Vai al contenuto principale
GET
/
workspaces
/
{workspaceId}
/
organizations
/
usage.pdf
Esporta l'utilizzo dell'organizzazione come 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

Inserisci il tuo JWT nel formato: Bearer {token}

Path Parameters

workspaceId
string
required

L'ID del workspace.

Example:

"ws_a1b2c3d4e5f6g7h8"

Response

Un download di file PDF.

The response is of type file.