Examples use a placeholder key. Replace it in your application.
signees[].signingUrl is included for strong-signing documents in in_process, pending_seal, or signed status. This example uses the sandbox app URL.
{
"id": "cfc80de9-1e3f-4c72-b490-73381c1702da",
"tenantId": "3e02f5b5-162a-4ff1-b343-03bbf032d4a1",
"folderId": null,
"name": "Example agreement",
"status": "in_process",
"pinned": null,
"emailLanguage": "fi",
"downloadUrl": "https://storage.example.com/agreement.pdf?signature=example",
"signees": [
{
"id": "9383ca59-9ce2-493f-b2de-527cf837c352",
"documentId": "cfc80de9-1e3f-4c72-b490-73381c1702da",
"email": "alex@example.com",
"name": "Alex Example",
"status": "pending",
"userId": "f675ae71-6cb0-4266-a9af-e82759bf6d90",
"signingOrder": null,
"signingGroupId": null,
"signedAt": null,
"createdAt": "2026-09-23T09:00:00.000Z",
"updatedAt": "2026-09-23T09:00:00.000Z",
"signingUrl": "https://sandbox.bink.fi/preview/documents/cfc80de9-1e3f-4c72-b490-73381c1702da?signeeId=9383ca59-9ce2-493f-b2de-527cf837c352"
}
],
"createdAt": "2026-09-23T09:00:00.000Z",
"updatedAt": "2026-09-23T09:00:00.000Z",
"source": "uploaded",
"userId": "f675ae71-6cb0-4266-a9af-e82759bf6d90",
"signingMethod": "strong",
"signingMessage": null,
"signingOrderEnabled": null,
"signingGroupsEnabled": false,
"reminderCooldownUntil": null,
"file": "tenants/TENANT_ID/documents/agreement.pdf",
"originalFile": "agreement.pdf",
"hash": null,
"signingGroups": [],
"user": null,
"folder": null
}