Skip to main content
GET
/
v1
/
workspaces
List Workspaces
curl --request GET \
  --url https://api.auriko.ai/v1/workspaces \
  --header 'Authorization: Bearer <token>'
Lists all workspaces the authenticated user is a member of.
This endpoint accepts both API key and session authentication. See Authentication.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.