v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBDocuments
Get Document
Endpoint to get a specific Document by ID.
get/business/v2/documents/{documentId}
Path parameters
documentIdstring required
The Document ID.
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
The Document ID.
Response
The result is a single Document.
Example response
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"name": "invoice-2025-001.pdf",
"preview_url": "https://storage.example.com/documents/7bf79328-a7ae-4222-aa54-091ff7f429a7/preview?signature=...",
"thumbnail_url": "https://storage.example.com/documents/7bf79328-a7ae-4222-aa54-091ff7f429a7/thumbnail?signature=...",
"creation_time": "2025-04-12T10:15:30Z"
}