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.
URL
GET https://api.complycube.com/v1/documents/:id
Retrieves an existing document.
Headers
Name
Type
Description
Authorization
*
string
The API live
or test
key.
Path parameters
Name
Type
Description
id
*
string
The ID of the document.
Example request
Example responses
Last updated