v1
latestOpenAPI 3.0.02026-07-26870415.2 KBworkspaces
List accessible workspaces
Returns the workspaces that the current API token is authorized to access. Use this endpoint to discover valid workspace_id values for subsequent requests.
get/v1/workspaces
Response
Accessible workspaces
Example response
{
"data": [
{
"id": "j57demo8f8x7c9v0n2q4r6t8y1u3i5o",
"name": "Your Workspace",
"slug": "your-workspace"
}
]
}