Skip to main content

Download Business Document

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

Description

This endpoint allows users to download a specific business document by its unique identifier (UUID).

Parameters

  • id (string($uuid), path, required): The unique identifier of the business document.
  • version (string, path, required): The version of the API.
  • Accept-Language (string, header, optional): Change the default response message language from English (en). Available languages are fr and en.

Responses

  • 200 Success
    • Media type: Controls Accept header.
    • Example Value:
{}

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v{version}/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!