Workspaces
List Workspaces
GET
/api/v1/workspacesAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Query Parameters
search?|null
sort_by?string|null
page?Page
Page number
Range
1 <= valueDefault
1size?Size
Page size
Range
1 <= value <= 100Default
50Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/workspaces"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "is_system_default": true, "role": "string", "team_members_count": 0 } ], "total": 0, "page": 1, "size": 1, "pages": 0}