GET
/
v1
/
{tenantId}
/
files
/
{fileId}
/
{fileName}
curl --request GET \
  --url https://api.debbiecollect.com/v1/{tenantId}/files/{fileId}/{fileName} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string
required

Id of the tenant

fileId
string
required

Id of the file

fileName
string
required

Name of the file. Can be anything and can also be omitted