Domain
Retrieve a list of domains
Returns all domains in a workspace with filter support and pagination
GET
/
customDomain
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The Id of the workspace
Number of domains in a page. Defaults to 10
Cursor. Defaults to 0
Order in which data is returned. With options asc
and desc
. Defaults to desc
Field on which data is ordered. Defaults to createdDate