Add domain
Domains
Add domain
Registers a sending domain and returns DNS records to add.
Add the DKIM, SPF, and DMARC records to your DNS provider,
then call POST /api/v1/domains/{id}/verification-checks to confirm the SES identity.
Amazon SES verifies DKIM for the identity, but DMARC must be published by you in DNS.
POST
Add domain
Authorizations
Prefix tor_ followed by a base64url-encoded random key.
Obtain one from POST /api/v1/workspaces or POST /api/v1/auth/keys.
Body
application/json
Example:
"myapp.com"
Response
Domain created — add the returned DNS records to your provider