Skip to main content
POST
/
api
/
export
/
ato
Export ATO tax report
curl --request POST \
  --url https://api.ai2fin.com/api/export/ato \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "financialYear": "2024",
  "format": "csv"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/login endpoint

Body

application/json
financialYear
string
Example:

"2024"

format
enum<string>
Available options:
csv,
pdf,
xlsx

Response

200 - application/octet-stream

Export generated

The response is of type file.