latestOpenAPI 3.0.02026-08-202629123.8 KB
351c1f004617
Workspaces
List user workspaces
Returns a list of all workspaces the authenticated user has access to. Use this to discover available workspace IDs for other API calls.
get/api/v1/workspaces
Response
Workspaces
Example response
[
{
"id": 123,
"name": "My Workspace"
},
{
"id": 456,
"name": "Another Workspace"
}
]