{
"placementType": "ONE_TIME",
"testName": "Campaign Deliverability Check",
"mailboxIds": [
"02ff3709-831d-4920-945a-6d36e3c8f3e7"
]
}curl --location --request POST 'https://api.zapmail.ai/api/v2/placement-tests/purchase' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
"placementType": "ONE_TIME",
"testName": "Campaign Deliverability Check",
"mailboxIds": [
"02ff3709-831d-4920-945a-6d36e3c8f3e7"
]
}'{
"status": 200,
"message": "Payment link",
"data": {
"checkoutUrl": "https://invoice.stripe.com/i/acct_xxx",
"checkoutSession": false,
"walletUsed": true
}
}