Sign in

Download a file

documented

Downloads the specified file for the given registration.

GET /register/registrations/{registrationId}/files/{id}/downloadFilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://thirdparty-sandbox.staging.qonto.co/register/registrations/{{$registration_id}}/files/{{$file_id}}/download" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/octet-stream" \
  -H "Qonto-Partner-Id: {{QONTO_API_KEY}}" \
  -H "X-Qonto-Staging-Token: {{QONTO_STAGING_TOKEN}}"