API Docs / Operations / Webhooks / Receive Webhook

Receive Webhook

POST /webhooks/{provider}/{token}

Receives one webhook delivery from a third-party platform (e.g. FuseSign). The token identifies the tenant's connection; the provider's signature header verifies origin. Events are persisted and processed asynchronously — 200 means durably received, including redeliveries of an event already held.

Parameters

NameTypeDescription
provider* path string
token* path string (uuid)

Responses

200 OK
401 Unauthorized
404 Not Found
413 Content Too Large

Try it