GET
/
v1
/
workspaces
/
mine
cURL
curl --request GET \
  --url https://api.claap.io/v1/workspaces/mine \
  --header 'X-Claap-Key: <api-key>'
{
  "result": {
    "workspace": {
      "createdAt": "<string>",
      "id": "<string>",
      "membersCount": 123,
      "name": "<string>",
      "recordingsCount": 123
    }
  }
}

Authorizations

X-Claap-Key
string
header
required

Response

200 - application/json

Workspace was successfully retrieved

The response is of type object.