cURL
curl --request GET \ --url https://api.debbiecollect.com/v1/{tenantId}/files/{fileId}/{fileName} \ --header 'Authorization: Bearer <token>'
Get file by fileId
Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.
Authorization: Bearer {token}
Id of the tenant
Id of the file
Name of the file. Can be anything and can also be omitted