cURL
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 }
Retrieves the current usage statistics of the workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved usage statistics
The response is of type object.
object
Was this page helpful?