Downloads a formatted PDF usage report for all organizations in the workspace.
cURL
curl --request GET \ --url https://api.altostrat.io/workspaces/{workspace_id}/organizations/usage.pdf \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Auth0 JWT token for user authentication.
The unique identifier for the workspace.
"ws_abc123"
A PDF file containing the usage report.
The response is of type file.
file
Was this page helpful?