API endpoints available for use with Webhooks v3. Webhooks v3 provides near-real time notifications of events (such as user account creations or deletions) that take place in your organization.
Endpoint | Methods |
---|---|
/{customerId}/webhooks/subscriptions/{subscriptionId}/events View all the events for the specified webhook subscription. |
|
/{customerId}/webhooks/subscriptions/{subscriptionId}/events/{eventId} View the specified event. |
|
/{customerId}/webhooks/subscriptions/{subscriptionId}/events/{eventId}/history View the delivery/redelivery history for a specific event. |
|
/{customerId}/webhooks/subscriptions Use the GET method to view all of your webhook subscriptions. Use the POST method to create a new webhooks subscription. |
|
/{customerId}/webhooks/subscriptions/{subscriptionId} Use the GET method to view information about the specified subscription. Use the PATCH method to update a subscription, and the DELETE method to remove a subscription. |
|
/{customerId}/webhooks/subscriptions/{subscriptionId}/test Send a test event to your listener endpoint. |
|