See the API's various operations for details on their request parameters and response data.

OperationMethodEndpoint
Tokens
Get a Webhooks v3 administrative access tokenPOST/{customerId}/​login/​token
Events
List Webhooks v3 eventsGET/{customerId}/​webhooks/​subscriptions/​{subscriptionId}/​events
Get a Webhooks v3 eventGET/{customerId}/​webhooks/​subscriptions/​{subscriptionId}/​events/​{eventId}
Get a Webhooks v3 event's event historyGET/{customerId}/​webhooks/​subscriptions/​{subscriptionId}/​events/​{eventId}/​history
Redeliver a Webhooks v3 eventPOST/{customerId}/​webhooks/​subscriptions/​{subscriptionId}/​events/​{eventId}/​redeliver
Send a Webhooks v3 test notificationPOST/{customerId}/​webhooks/​subscriptions/​{subscriptionId}/​test
Subscriptions
List Webhooks v3 subscriptionsGET/{customerId}/​webhooks/​subscriptions
Create a subscriptionPOST/{customerId}/​webhooks/​subscriptions
Delete a Webhooks v3 subscriptionDELETE/{customerId}/​webhooks/​subscriptions/​{subscriptionId}
Get a Webhooks v3 subscriptionGET/{customerId}/​webhooks/​subscriptions/​{subscriptionId}
Modify a subscriptionPATCH/{customerId}/​webhooks/​subscriptions/​{subscriptionId}