Skip to main content

Document Query

This endpoint allows querying documents previously uploaded to an operation. Use it to retrieve the content of the documents linked to a collateral, such as the collateral instrument (collateral_document_key) and the accessory documents (additional_documents[].document_key), using the document_key returned by the document upload or by the operation query.


Document Query (GET)​

Request​

ENDPOINT
/commercial_paper/document/DOCUMENT-KEY
METHOD
GET

Path Params​

FieldTypeDescriptionMax Characters
DOCUMENT-KEY *stringUnique key of the document to be queried (UUID v4).36

Response​

STATUS
200
Response Body
{
"document_base64": "sringb64"
}

Response Body Params​

FieldTypeDescription
document_base64 *stringDocument content encoded in Base64.