latestOpenAPI 3.0.02026-08-081631260.8 KB
ae9d64e51a99
Documents
Get a document
Gets a document by ID
get/documents/{id}
Path parameters
idstring uuid required
Example:1e013958-867e-43fb-8210-c98ab139beb6
Document ID
Response
Document
Example response
{
"document": {
"attachments": [
{
"original": "https://example.com/image.png",
"preview": [
"https://example.com/preview.png"
]
}
],
"comments": [
{
"account": {
"profile": {
"full_name": "Jane Doe"
}
}
}
],
"language": "uk",
"ocr_status": "pending",
"owner": {
"full_name": "Jane Doe"
},
"parties": [
{
"address": "123 Main Street",
"name": "Jane Doe",
"reference": "Sender",
"signees": [
{
"full_name": "Jane Doe",
"signature_verification_methods": [
"sms",
"basic",
"wet_signature"
],
"title": "Software Engineer"
}
]
}
],
"signing_order_mode": "grouped",
"tags": [
"tags"
],
"visibilities": [
{
"full_name": "Jane Doe"
}
]
}
}