Document Upload
Document Upload
Set the status of a document to be set to uploaded
POST
/webhooks/document-uploaded
curl \
-X POST http://api.example.com/webhooks/document-uploaded \
-H "Content-Type: application/json" \
-d '{"id":"string"}'
Request example
{
"id": "string"
}
Request examples
{
"id": "string"
}