Skip to main content
GET
/
workspaces
/
{id}
/
stats
cURL
curl --request GET \
  --url https://api.iolokis.com/workspaces/{id}/stats \
  --header 'Authorization: Bearer <token>'
{
  "limits": {
    "patients": 123,
    "power_mode_minutes": 123,
    "transcription_minutes": 123,
    "users": 123
  },
  "plan": "<string>",
  "usage": {
    "patients": 123,
    "power_mode_minutes": 123,
    "transcription_minutes": 123,
    "users": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Workspace ID.

Response

limits
object
required
plan
string
required
usage
object
required