Document Upload

POST /webhooks/document-uploaded

Document Upload

Set the status of a document to be set to uploaded

application/json

Body Required

  • id string(uuid) Required
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"
}