Domains

Add Domain

Add a new sending domain. Returns DNS records that must be configured for verification. Requires API key with domain:write.

post/v1/domains

Request body

domainstring required

Domain name (e.g., mail.example.com)

Response

Domain added

successboolean required
errorstring nullable

Changes

Changed in 1 of the 6 revisions of this API.21

  • 3f3dba69574b21See the full diff
    • removed the request property region

      request-property-removed

    • added the new us-east-2 enum value to the allOf[subschema #2]/data/region response property for the response status 200

      response-property-enum-value-added

    • the response optional property allOf[subschema #2]/data/region became read-only for the status 200

      response-optional-property-became-read-only