Create Domain

Headers

AuthorizationstringRequired

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_enabledbooleanOptional
Whether to forward bounce and complaint notifications to your domain.

Response

This endpoint returns an object.
domain_idstring

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

organization_idstring
ID of organization.
statusenum
The verification status of the domain.
Allowed values:
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.
feedback_enabledboolean or null
Whether bounce and complaint notifications are forwarded to your domain.

Errors