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
Error while loading OpenAPI operation — Unknown error
Retrieve Subscribed Webhooks
Error while loading OpenAPI operation — Unknown error
Error while loading OpenAPI operation — Unknown error
Subscribe to a New Webhook
Error while loading OpenAPI operation — Unknown error
Update a Webhook Subscription
Error while loading OpenAPI operation — Unknown error
Unsubscribe a Webhook
Error while loading OpenAPI operation — Unknown error
Last updated