Skip to main content

Webhooks

Webhooks enable organizations to receive event notifications about their subscribed entities.

Supported Events:

Request Headers:

Authentication Options:

  1. Basic Authentication:
  • Add Authorization: Basic <BASE64_ENCODED_CREDENTIALS>.
  1. Custom Header:
  • Use a custom header, e.g., X-API-Key: <API_KEY>.

Sample Webhook Request: