Note: This endpoint is only valid for GOOGLE mailboxes.
GOOGLE
domainName
string
cmr-x-api-key: ********************
{ "domainName": "globalbrewingcompany.com" }
curl --location --request POST 'https://customers.coldmailreseller.com/api/v1/integration/domains/has-workspace' \ --header 'cmr-x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "domainName": "globalbrewingcompany.com" }'
{ "status": 200, "message": "Workspace not exists", "data": null }