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.
Webhook Subscriptions
Endpoint | Methods |
---|---|
List Your Webhook Subscriptions/{customerId}/webhooks/subscriptionsReturns information about the webhook subscriptions associated with the specified customer. |
|
View a Webhook Subscription/{customerId}/webhooks/subscriptions/{subscriptionId}Returns information about the specified webhooks subscription. |
|
Modify a Webhook Subscription/{customerId}/webhooks/subscriptions/{subscriptionId}Modifies a webhooks subscription. |
|
Create a Webhook Subscription/{customerId}/webhooks/subscriptionsCreates a webhooks subscription. |
|
Delete a Webhook Subscription/{customerId}/webhooks/subscriptions/{subscriptionId}Deletes the specified webhook subscription. |
|
Webhook Events
Endpoint | Methods |
---|---|
List Your Webhook Events/{customerId}/webhooks/subscriptions/{subscriptionId}/eventsView all the events for the specified webhook subscription. |
|
View a Webhook Event/{customerId}/webhooks/subscriptions/{subscriptionId}/events/{eventId}View the specified event. |
|
View the History of a Webhook Event/{customerId}/webhooks/subscriptions/{subscriptionId}/events/{eventId}/history)]View the delivery/redelivery history for a specific event. |
|
Send a Webhook Test Event/{customerId}/webhooks/subscriptions/{subscriptionId}/testSend a test event to your listener endpoint. |
|