GET
/
workspaces
/
{workspace_id}
/
organizations
/
usage.pdf
Export Usage as PDF
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.

Authorizations

Authorization
string
header
required

Auth0 JWT token for user authentication.

Path Parameters

workspace_id
string
required

The unique identifier for the workspace.

Example:

"ws_abc123"

Response

200 - application/pdf

A PDF file containing the usage report.

The response is of type file.