Create Domain
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
domain
The name of the domain. (e.g., “example.com”)
feedback_enabled
Whether to forward bounce and complaint notifications to your domain.
Response
This endpoint returns an object.
domain_id
The name of the domain. (e.g., ” your-domain.com”)
organization_id
ID of organization.
status
The verification status of the domain.
Allowed values:
records
A list of DNS records required to verify the domain.
updated_at
Time at which the domain was last updated.
created_at
Time at which the domain was created.
feedback_enabled
Whether bounce and complaint notifications are forwarded to your domain.