Download
Download a file. Response is a binary data of the document.
GET /api/v1/documents/{nameOrId}
Path param
authorization : *bearer
REQUEST BODY SCHEMA: multipart/form-data
Name | Description | Required | Type |
---|---|---|---|
nameOrId | Name or ID of the document to be downloaded. Example: policy-certificate.pdf | Required | any |
Response
Code | Description |
---|---|
200 | File data in binary format |
409 | Unauthorized |