Skip to main content
GET
/
api
/
private
/
eofy-closing-statement
/
pdf
/
Generate EOFY Closing Statement PDF
curl --request GET \
  --url https://app.digitalsurge.com.au/api/private/eofy-closing-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

year
integer
required

End-of-FY calendar year, e.g. 2025 = FY 2024-2025

Response

PDF binary (application/pdf)