Domain
Retrieve a list of domains
Returns all domains in a workspace with filter support and pagination
GET
/
customDomain
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
workspaceId
string
requiredThe Id of the workspace
pageSize
integer
default: 10Number of domains in a page. Defaults to 10
cursor
integer
default: 0Cursor. Defaults to 0
orderType
string
default: descOrder in which data is returned. With options asc
and desc
. Defaults to desc
orderBy
string
default: createdDateField on which data is ordered. Defaults to createdDate
Response
200 - application/json
status
boolean
data
object