Get All Domains

Description

Summary: Retrieves a paginated list of all domains associated with your account. Details: This endpoint returns a collection of domain resources. Results are paginated and can be filtered by various criteria including domain ID, name, status, and creation date. Use the query parameters to control pagination and narrow down results.

Authentication & Scopes

Authentication is handled via an API key provided in the Authorization header. No OAuth scopes are defined; access is granted or denied based on the validity of the key.

MethodDetails
API KeyPass your API key directly in the Authorization header value (not as a Bearer token).

Headers

HeaderRequiredDescription
AuthorizationYesThe API key that verifies your access to the API.
acceptNoExpected response format. Default: application/json.

Parameters

ParameterTypeLocationRequiredDescription
pageintegerQueryNoThe page number to retrieve. Default: 1.
itemsPerPageintegerQueryNoThe number of items to return per page. Default: 30.
idstringQueryNoFilter by a single domain ID.
id[]stringQueryNoFilter by multiple domain IDs (pass multiple values).
namestringQueryNoFilter domains by name.
statusstringQueryNoFilter by a single domain status.
status[]stringQueryNoFilter by multiple domain statuses (pass multiple values).
createdAt[before]stringQueryNoFilter domains created before this date/time.
createdAt[after]stringQueryNoFilter domains created after this date/time.

Request Body

This endpoint does not use a request body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
string
string
string
string
string
string
string
string
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json