Sending Domains

Manage verified sending domains

Configure and verify domains for email sending to ensure deliverability.

List sending domains

get

Get all sending domains and their verification status

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
Responses
200

List of sending domains

application/json
get
/api/accounts/{account_id}/sending_domains

Create sending domain

post

Create a sending domain for email authentication. After creation, verify the domain by adding DNS records.

Process:

  1. Create the domain

  2. Add DNS records (SPF, DKIM, DMARC)

  3. Verify the records

  4. Start sending emails

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
Body
Responses
200

Sending domain details

application/json
post
/api/accounts/{account_id}/sending_domains

Get sending domain

get

Get details and verification status of a specific sending domain

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
sending_domain_idintegerRequired

Sending domain ID

Example: 1
Responses
200

Sending domain details

application/json
get
/api/accounts/{account_id}/sending_domains/{sending_domain_id}

Delete sending domain

delete

Remove a sending domain from your account

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
sending_domain_idintegerRequired

Sending domain ID

Example: 1
Responses
delete
/api/accounts/{account_id}/sending_domains/{sending_domain_id}

No content

Send setup instructions

post

Email DNS configuration instructions for the sending domain

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Path parameters
account_idintegerRequired

Account ID

Example: 1
sending_domain_idintegerRequired

Sending domain ID

Example: 1
Body
emailstring · emailRequired

Email address to receive setup instructions

Responses
post
/api/accounts/{account_id}/sending_domains/{sending_domain_id}/send_setup_instructions

No content

Last updated

Was this helpful?