Create Domain

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
domainstringRequired

The name of the domain. (e.g., “example.com”)

feedback_enabledbooleanRequired
Whether bounce and complaint notifications are sent to your inboxes.

Response

This endpoint returns an object.
domain_idstring

The name of the domain. (e.g., ” your-domain.com”)

statusenum
The verification status of the domain.
Allowed values:
feedback_enabledboolean
Whether bounce and complaint notifications are sent to your inboxes.
recordslist of objects
A list of DNS records required to verify the domain.
updated_atdatetime
Time at which the domain was last updated.
created_atdatetime
Time at which the domain was created.
client_idstring or null
Client ID of domain.

Errors