forwardTo. All traffic to the domain will be redirected to that URL.{ "domains": ["acmecorp.com"], "forwardTo": "https://www.mysite.com" }forwardTo to null to remove forwarding.{ "domains": ["acmecorp.com"], "forwardTo": null }Note: Changes apply asynchronously.
curl --location 'https://customers.coldmailreseller.com/api/v1/integration/domains/add-forwarding' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"domains": [
"acmecorp.com"
],
"forwardTo": "https://www.mysite.com",
"contains": "string",
"maskForwarding": true
}'{
"status": 200,
"message": "Domain forwarding will update soon",
"data": null,
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}