Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available 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.
The number of results that will be returned per page.
The cursor to start the pagination from.
verified <br/> The domain is active and verified. |
partially_verified <br/> Some DNS records of the domain could not be verified. |
pending_verification <br/> The domain is new and verification is pending. |
failed_verification <br/> The domain verification failed. |
Available options:
verified, partially_verified, pending_verification, failed_verification Search by domain name (partial match, case insensitive)
Response
200 - application/json
Paginated set of DomainListData
Base path for paginator generated URLs.
Number of items shown per page.
The "cursor" that points to the next set of items.
The "cursor" that points to the previous set of items.