English
cURL
curl --request GET \ --url https://api.altostrat.io/workspaces/{workspaceId}/organizations/usage.pdf \ --header 'Authorization: Bearer <token>'
"<string>"
Generates and downloads a PDF file detailing the resource usage and limits for all organizations within the specified workspace.
Enter your JWT in the format: Bearer {token}
The ID of the workspace.
"ws_a1b2c3d4e5f6g7h8"
A PDF file download.
The response is of type file.
file
Was this page helpful?