Create Webhook

A webhook applies to all documents within your account. It is not necessary to create more than one webhook. You can also create/delete webhooks inside your account in Settings > Integrations > Webhooks.

Create a webhook

POST https://api.zapsign.com.br/api/v1/user/company/webhook/

Headers

Request Body

Headers configuration

Webhook - JSON root:

  • headers - for each header:

    • name (string) - Name of the HTTP header to be sent.

    Ex: Authorization

    • value (string) - Value of the HTTP header to be sent.

    Ex: Bearer YOUR_AUTHENTICATION_TOKEN

Request

Last updated