List all domains for the team
query Parameters
sortAvailable sorts are domain, created_at, status_changed_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -domain.
page[size]The number of results that will be returned per page.
page[cursor]The cursor to start the pagination from.
filter[status]verified The domain is active and verified. |
partially_verified Some DNS records of the domain could not be verified. |
pending_verification The domain is new and verification is pending. |
failed_verification The domain verification failed. |
filter[domain]Search by domain name (partial match, case insensitive)
Headers
AuthorizationBearer token. Format: Bearer {team_token}
List all domains for the team › Responses
Paginated set of DomainListData
pathBase path for paginator generated URLs.
per_pageNumber of items shown per page.
next_cursorThe "cursor" that points to the next set of items.
next_page_urlprev_cursorThe "cursor" that points to the previous set of items.
prev_page_urlCreate a new domain
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Create a new domain › Request Body
domain^(?!:\/\/)(?=.{1,255… · requiredCreate a new domain › Responses
DomainData
iddomainstatus_changed_atcreated_atGet domain details
path Parameters
domainIdquery Parameters
includeAvailable includes are dnsRecords, dnsRecordsCount, dnsRecordsExists. You can include multiple options by separating them with a comma.
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Get domain details › Responses
DomainData
iddomainstatus_changed_atcreated_at