cURL
curl --request GET \ --url https://api.steuerboard.com/v1/files/{id}/content \ --header 'Authorization: Bearer <token>' \ --header 'x-client-id: <x-client-id>'
{ "url": "https://s3.eu-central-1.amazonaws.com/bucket/...", "expiresIn": 600 }
Returns a temporary presigned URL to download the file. The URL expires after 10 minutes.
Bearer token authentication
The ID of the client
"cmf41ajzv003706un4i99q19z"
The ID of the item
Presigned download URL
A temporary presigned URL to download the file
"https://s3.eu-central-1.amazonaws.com/bucket/..."
Seconds until the URL expires
600