Skip to main content

Download business document

GET /api/v1/BusinessesDocuments/:id/download

Description​

This endpoint allows the download of a specific business document.

Request​

-Path

/api/v{version}/BusinessesDocuments/{id}/download

Headers​

  • Accept-Language: Change default response message language from English(en). Available languages fr,en

Path Parameters​

  • id: Business document ID.

  • version: API version.

Response​

Success (200)​
/api/v1/BusinessesDocuments/:id/download

Headers​

Content-TypeValue
Accept-Language

Headers​

Content-TypeValue
Accepttext/plain

Response: 200​

{}

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/BusinessesDocuments/:id/download \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!