Get Domain

Path parameters

domainstringRequired

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

Headers

AuthorizationstringRequired

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

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