cURL
curl --request GET \ --url https://api.syntage.com/files/{id}/download \ --header 'X-API-Key: <api-key>'
"<xml>...</xml>"
The response includes the Location header with the URL to download the file (make sure to follow the redirection).
Location
Your API key is available in the Production and Sandbox dashboards.
File content
The response is of type string.
string