Register a Webhook

Register a webhook

POST [environmentBaseUrl]/v1/webhooks

This API lets you register a webhook which we will use to send updates.

Request Body

NameTypeDescription

url

string

URL of your endpoint to receive updates.

{
  "data": {
    ...WebhookDocument // Check WebhookDocument page for the sample data
  }
}

Last updated