document_request.approved
A document request was approved.
stablev1documentsscope: documents:read
Payload
Webhook deliveries use the common event envelope. The event-specific object is available at data.object.
events/public/payloads/document_request.approved.v1.schema.jsonevents/public/examples/document_request.approved.v1.jsondata.object fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | null | optional | |
object | string | null | optional | |
metadata | object | null | optional |
dynamic data.object fields
| Field | Type | Required | Description |
|---|---|---|---|
(_id|^id)$ | string | null | optional | |
.*_at$ | string | null | optional | format: date-time |
Additional public-safe fields may be present. Internal identifiers and secrets are not part of the public payload contract.
Example
{
"api_version": "2026-06-09",
"created": "2026-06-09T12:00:00Z",
"data": {
"object": {
"event": "document_request.approved",
"id": "docq_example",
"metadata": {
"example": true
},
"object": "document.request"
}
},
"environment": "test",
"id": "wevt_Abcdef1234567890Ghijk",
"livemode": false,
"object": "event",
"type": "document_request.approved"
}{
"event": "document_request.approved",
"id": "docq_example",
"metadata": {
"example": true
},
"object": "document.request"
}