Workspaces
Get Current Workspace
GET
/api/v1/workspaces/currentAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/workspaces/current"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "is_system_default": true, "role": "string", "team_members_count": 0}