MarminDeveloper Docs

Webhook Request Format


Marmin will send POST requests to your webhook URL with the following structure.

Headers

  • x-marmin-signature: HMAC-SHA256 signature of the request payload.

  • Content-Type: application/json.

Field Description

FieldDescription
org_idUUID of the organization that owns the document
event_typeEvent type that triggered the webhook (for example, sale.invoice.update)
profile_idBusiness profile identifier associated with the event
resource_idUUID of the document (same as the document object's id field)
resource_urlAPI URL to fetch the latest document state
event_timestampISO 8601 timestamp when the event occurred
webhook_event_idUnique UUID for the webhook event delivery
Next