Webhook Registrations
Overview
The following APIs allow you to register for webhooks and manage your registrations. You can make a call to list all the available events at any time; as more get added, they will be present in that response.
Currently, a single client is limited to 10 webhook registrations; however, you can subscribe to several events under the same webhook URL.
Note: When you create a webhook registration, you will receive a secret key. Store that key securely, as you will later use it to validate your webhook data on receipt.
List Available Webhook Events
Retrieve Subscribed Webhooks
Subscribe to a New Webhook
Update a Webhook Subscription
Unsubscribe a Webhook
Last updated