v1
latestOpenAPI 3.0.12026-07-142610.6 KBDomains
Get current domains
Returns all existing domains that have been created. Results can be limited and filtered by creation or updated date.
get/cms/v3/domains/
Query parameters
createdAtstring date-time
Only return domains created at this date.
createdAfterstring date-time
Only return domains created after this date.
createdBeforestring date-time
Only return domains created before this date.
updatedAtstring date-time
Only return domains updated at this date.
updatedAfterstring date-time
Only return domains updated after this date.
updatedBeforestring date-time
Only return domains updated before this date.
sortstring[]
afterstring
The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.
limitinteger
Maximum number of results per page.
archivedboolean
Whether to return only results that have been archived.
Response
successful operation