Scope requirements
Scope requirements
Retrieve domains
To retrieve all domains, make aGET request to /cms/v3/domains.
You can filter and sort the returned domains using query parameters. For example, the following request would retrieve the first 10 domains created after January 1, 2024:
A
200 response will return a JSON object with details for each connected domain.
Retrieve a single domain
To retrieve details for a specific domain, make aGET request to /cms/v3/domains/{domainId}.
For example, the request below would retrieve the details for the domain with ID 3210329704:
200 response will return a JSON object with details for the specified domain.