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 } }
This is used to get information about the workspace’s usage and current limits.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID.
Show child attributes