mawlaia

Webhooks

Receive real-time HTTP POST notifications when events occur in your account.

Add endpoint

Events to subscribe

No webhook endpoints configured

Payload format

POST https://your-server.com/webhook
Content-Type: application/json
X-Mawlaia-Signature: sha256=<hmac-hex>

{
  "event": "docparse.completed",
  "timestamp": "2026-05-17T10:00:00Z",
  "data": { ... }
}

Verify the signature: HMAC-SHA256(secret, raw_body_bytes)