> For the complete documentation index, see [llms.txt](https://docs.aquanow.io/cams/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquanow.io/cams/webhooks/document.md).

# Document

<mark style="color:green;">`POST`</mark>&#x20;

Notifies that a document status has been updated to "PENDING\_RESUBMISSION" or "VERIFIED"

```json
{
  "messageId": "123e4567-e89b-12d3-a456-426614174000",
  "messageType": "DOCUMENT_STATUS_CHANGED",
  "messageTime": "2023-12-14T01:24:03.102Z",
  "message": {
    "currentStatus": "VERIFIED",
    "timestamp": "2023-12-14T01:23:00.000Z",
    "customerId": "132afd8d-8b1c-42b1-a909-ccdaf5080e44",
    "referenceId": "fae03df6-9c48-44a4-bc21-b7f9047e6901",
    "documentId": "861b430d-8ff0-4814-92fd-7b677a0b63d0",
    "documentType": "PASSPORT"
  }
}
```
