Documents
Retrieve a specific document
GET
Authorizations
Path Parameters
The id of the file
Response
200
application/json
Document response
A unique document identifier
Example:
"95a0e70b-fe02-4f47-aef9-2efff279df71"
Name of the file
Example:
"payslip1.pdf"
The type of document
Example:
"Payslip"
Example:
"2019-05-17T00:00:00.000Z"
Base-64 encoded string containing file contents
Example:
"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAoS..."
A string coming from the parameters of the uploaded payslip1.pdf either the form field name or external_document_id
header for the file part. It might not be unique and depends on what's passed when uploading.
Example:
"payslip123456"