GET
/
workspaces
/
usage
curl --request GET \
  --url https://api.mudstack.com/workspaces/usage \
  --header 'Authorization: Bearer <token>' \
  --header 'x-account-id: <x-account-id>' \
  --header 'x-workspace-id: <x-workspace-id>'
{
  "members": 123,
  "storage": 123,
  "assets": 123
}

Authorizations

Authorization
string
header
required

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

Headers

x-account-id
string
required
x-workspace-id
string
required

Response

200 - application/json
Successfully retrieved usage statistics
members
integer
storage
integer
assets
integer