Skip to main content
GET
/
workspaces
/
{workspaceId}
/
organizations
/
usage.pdf
Export organization usage as PDF
curl --request GET \
  --url https://api.altostrat.io/workspaces/{workspaceId}/organizations/usage.pdf \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your JWT in the format: Bearer {token}

Path Parameters

workspaceId
string
required

The ID of the workspace.

Example:

"ws_a1b2c3d4e5f6g7h8"

Response

A PDF file download.

The response is of type file.