Skip to main content
GET
/
tax-returns
/
{id}
/
pdf
Download a tax return PDF
curl --request GET \
  --url https://api.syntage.com/tax-returns/{id}/pdf \
  --header 'X-API-Key: <api-key>'
"<pdf-binary-data>"

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

id
string<uuid>
required

Tax Return ID

Example:

"91106968-1abd-4d64-85c1-4e73d96fb997"

Response

Tax return PDF

The response is of type file.