Skip to main content
GET
/
api
/
private
/
account-statement
/
pdf
/
Generate Account Statement PDF
curl --request GET \
  --url https://app.digitalsurge.com.au/api/private/account-statement/pdf/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Personal API key, created in the Digital Surge app under Account Settings → API Keys. Send it with every request as Authorization: Bearer <your-api-key>.

Query Parameters

date_from
string
required

ISO 8601 period start

date_to
string
required

ISO 8601 period end

Response

PDF binary (application/pdf)