Documents
Get document by ID
Get a specific document with its details and download URL.
get/v1/documents/{id}
Path parameters
idstring required
Query parameters
includeInternalboolean
Include internal/system-generated documents
Headers
X-API-Keystring
API key
Response
Document retrieved successfully
Example response
{
"id": "doc_abc123",
"organizationId": "org_xyz789",
"customerId": "cus_abc123",
"transferId": "txn_xyz789",
"documentType": "INVOICE",
"documentSubtype": "BANK_STATEMENT",
"fileName": "invoice-2026-001.pdf",
"contentType": "application/pdf",
"sizeBytes": 1024000,
"status": "UPLOADED"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.