scenario field to simulate different fulfillment outcomes."success" — all items succeed (default)."full_failure" — all items fail."partial_failure" — some items fail.{
"order": [{ "domain": "sandbox-prewarm.com" }],
"serviceProvider": "GOOGLE",
"scenario": "partial_failure"
}Note: Returns 201 on success.
curl --location 'https://customers.coldmailreseller.com/api/v1/integration/sandbox/pre-warmup/order?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"order": [
{
"domain": "sandbox-prewarm.com",
"forwardTo": "https://acmecorp.com"
}
],
"serviceProvider": "GOOGLE",
"scenario": "success",
"autoRenew": true,
"billingCycle": "MONTHLY",
"google": {
"googleOauthRoute": "string",
"clientId": "string",
"appName": "string"
},
"microsoftOauthRoute": "string"
}'{
"status": 201,
"message": "Prewarmup order created and queued for processing, make sure to have enough balance in your wallet!",
"data": {
"orderId": "H8M9JV2S9HMPYFQW393AZHQVD4XM"
},
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}