Articles
List domains
List Domains
Returns a list of all custom domains configured in your account.
Endpoint
GET
v5/domain
Requires authentication
Path Parameters
None
...
Get domain
Get Domain
Returns information about a specific custom domain in your account.
Endpoint
GET
v5/domain/{domain_id}
Requires authentication
Path Parameters
The...
Update domain
Update Domain
Updates configuration for an existing custom domain in your account.
Endpoint
POST
v5/domain/{domain_id}
Requires authentication
Path Parameters
...
Create domain
Create Domain
Creates a new custom domain in your account.
Endpoint
PUT
v5/domain
Requires authentication
Path Parameters
None
Que...
Delete domain
Delete Domain
Deletes a specific custom domain from your account. This action is permanent and cannot be undone.
Endpoint
DELETE
v5/domain/{domain_id}
Requires authentication
...