MarminDeveloper Docs

Webhooks Overview


Webhooks allow your system to receive real-time status updates about documents from Marmin without relying on inefficient polling.

Whenever a document changes state, Marmin sends an HTTP POST request to your configured webhook endpoint with a signed payload.

Webhook delivery is:

  • Asynchronous

  • Secure (HMAC signed)

  • Retry-enabled

  • Event-driven (latest state only)

Next