Get a document
This will retrieve the document object. To download attachments, you should use the download attachment image endpoint.
Performing a get document request on a document with attachments will return details on the document and all its attachments.
Get a document
GET
https://api.complycube.com/v1/documents/:id
Retrieves an existing document.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the document. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | The live or sandbox API key. |
Example request
Last updated