GET
/
files
/
{id}
/
download
curl --request GET \
  --url https://api.syntage.com/files/{id}/download \
  --header 'X-API-Key: <api-key>'
"<xml>...</xml>"

Authorizations

X-API-Key
string
header
required

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

Path Parameters

id
string
required

Response

200
text/xml

File content

The response is of type string.