Send errors faced while calling API to alert us of unexpected errors.
Request
Add parameter in header cmr-x-api-key
Example:cmr-x-api-key: ********************
or
Body Params application/json
{
"method": "POST",
"path": "/api/v1/integration/orders/json",
"query": "{\"userId\": \"ADSFRESPBX4XX8HVA3JHJ1BAAAAA\"}",
"payload": "{\"google\": {\"appName\": \"Outreach app\",\"clientId\": \"111111-aaaaa.apps.googleusercontent.com\",\"googleOauthRoute\": \"https://accounts.google.com/o/oauth2/auth...\"},\"confirm\": true,\"domains\": [{\"years\": 1,\"domain\": \"johndoe.com\",\"forwardTo\": \"johndoe.ai\"}],\"autoRenew\": true,\"mailboxes\": {\"johndoe.com\": [{\"lastName\": \"Doe\",\"username\": \"john\", \"firstName\": \"John\", \"profilePicture\": \"https://cdn.sharepointonline.com/contoso.sharepoint.com/sites/site/library/asset.png\"}]}, \"billingCycle\": \"MONTHLY\",\"serviceProvider\": \"GOOGLE\",\"microsoftOauthRoute\": \"\"}",
"response": "{\"status\": 500, \"message\": \"Internal server error\"}"
}
Request Code Samples
curl --location --request POST 'https://customers.coldmailreseller.com/api/v1/integration/send-errors' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "POST",
"path": "/api/v1/integration/orders/json",
"query": "{\"userId\": \"ADSFRESPBX4XX8HVA3JHJ1BAAAAA\"}",
"payload": "{\"google\": {\"appName\": \"Outreach app\",\"clientId\": \"111111-aaaaa.apps.googleusercontent.com\",\"googleOauthRoute\": \"https://accounts.google.com/o/oauth2/auth...\"},\"confirm\": true,\"domains\": [{\"years\": 1,\"domain\": \"johndoe.com\",\"forwardTo\": \"johndoe.ai\"}],\"autoRenew\": true,\"mailboxes\": {\"johndoe.com\": [{\"lastName\": \"Doe\",\"username\": \"john\", \"firstName\": \"John\", \"profilePicture\": \"https://cdn.sharepointonline.com/contoso.sharepoint.com/sites/site/library/asset.png\"}]}, \"billingCycle\": \"MONTHLY\",\"serviceProvider\": \"GOOGLE\",\"microsoftOauthRoute\": \"\"}",
"response": "{\"status\": 500, \"message\": \"Internal server error\"}"
}'
Responses
application/json Modified at 2025-08-11 15:10:56