Webhook APIs

Webhook APIs

  • Real-time communication mechanism for instant event notifications and seamless integrations.
  • Instead of polling for the notification, the webhook mechanism allows users to register a URL for events of interest. The user receives the message on configured URL, whenever an event occurs

Operations
POST
Create Webhook Subscription
Create a webhook subscription.
DELETE
Delete Webhook Subscription
Delete the webhook subscription.
GET
Get All Webhook Subscription
Get all webhook subscriptions.
GET
Get Webhook Subscription
Get the webhook subscription.
PATCH
Patch Webhooks Subscription
Update webhook subscription.