GET
/
register
/
registrations
/
{registrationId}
/
files
/
{id}
/
download
curl --request GET \
  --url https://thirdparty-sandbox.staging.qonto.co/register/registrations/{registrationId}/files/{id}/download \
  --header 'Authorization: Bearer <token>' \
  --header 'Qonto-Partner-Id: <api-key>' \
  --header 'X-Qonto-Staging-Token: <api-key>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>. To get your <token>, please sign up to the Developer Portal.

Qonto-Partner-Id
string
header
required

API Key authorization header: Qonto-Partner-Id: <partner_id>. To get your <partner_id> please, sign up to the Developer Portal.

X-Qonto-Staging-Token
string
header
required

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Path Parameters

id
string
required

id of the File resource

registrationId
string
required

id of the Registration resource

Response

302
text/html

Returns the location of the file identified by the id path parameter.

The response is of type any.