curl --request PUT \
--url https://api.open.cx/email/domains \
--header 'Content-Type: application/json' \
--data '
{
"domainName": "<string>"
}
'{
"domainRecords": null,
"domainStatus": "<string>"
}Add or update a custom domain for sending emails. After adding a domain, you’ll need to verify it by adding the provided DNS records.
curl --request PUT \
--url https://api.open.cx/email/domains \
--header 'Content-Type: application/json' \
--data '
{
"domainName": "<string>"
}
'{
"domainRecords": null,
"domainStatus": "<string>"
}Was this page helpful?