Cut.ProDocs
Workspace

Get current workspace

Returns information about the workspace this API key represents — name, plan, credit balance, member count and the role of the user who created the key. Each API key is bound to a single workspace; to operate on a different workspace, create a separate key from inside that workspace.

X-Api-Key<token>

In: header

Response Body

application/json

application/json

GET
/workspace
curl -X GET "https://example.com/workspace"
{  "id": "string",  "name": "string",  "is_personal": true,  "status": "string",  "role": "admin",  "plan_id": "string",  "plan_name": "string",  "plan_is_free": true,  "credits": 0,  "credits_unlimited": true,  "credits_unlimited_until": "string",  "seat_count": 0,  "max_total_seats": 0,  "member_count": 0,  "created_at": "string"}