Skip to main content
GET
/
organizations
/
{orgId}
/
statements
/
{statementId}
/
csv
Download a billing statement as a CSV file
curl --request GET \
  --url https://dashboard.hologram.io/api/1/organizations/{orgId}/statements/{statementId}/csv \
  --header 'Authorization: Basic <encoded-value>'
"<string>"

Authorizations

Authorization
string
header
required

HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.

Path Parameters

orgId
integer
required

Organization ID

statementId
integer
required

Billing statement ID

Response

CSV file download

The response is of type file.