Workspaces
List workspaces for the current user
GET
/workspacesAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/workspaces"[ { "avatar_url": "string", "can_edit": true, "color": "string", "created_at": "string", "id": "string", "name": "string", "organization_id": "string", "organization_name": "string", "role": "admin", "sso_authenticated": true, "sso_identity_linked": true, "sso_provider_id": "string", "sso_provider_name": "string", "sso_required": true }]