Workspaces
Authorizations
AuthorizationstringRequired
All API requests require a Bearer token in the Authorization header. Contact the Zero team to obtain your API token.
Query parameters
fieldsstringOptionalExample:
Comma-separated list of fields to return. Defaults to all fields.
id,name,domainwherestringOptionalExample:
JSON string with filter conditions
{"workspaceId":"workspace-uuid"}limitintegerOptionalDefault:
Maximum number of records to return
100offsetintegerOptionalDefault:
Pagination offset
0orderBystringOptionalExample:
JSON string for sort order
{"name":"asc"}Responses
200
Successful response
application/json
401
Authentication failed or token is invalid/expired
application/json
get
/api/workspacesLast updated

