See the API's various operations for details on their request parameters and response data:
Operation | Method | Endpoint |
---|---|---|
Get a webhook administrative access token | POST | /{customerId}/login/token |
List subscriptions | GET | /{customerId}/webhooks/subscriptions |
Create a subscription | POST | /{customerId}/webhooks/subscriptions |
Get a subscription | GET | /{customerId}/webhooks/subscriptions/{subscriptionId} |
Modify a subscription | PATCH | /{customerId}/webhooks/subscriptions/{subscriptionId} |
Delete a subscription | DELETE | /{customerId}/webhooks/subscriptions/{subscriptionId} |
List events | GET | /{customerId}/webhooks/subscriptions/{subscriptionId}/events |
Get an event | GET | /{customerId}/webhooks/subscriptions/{subscriptionId}/events/{eventId} |
Get event history | GET | /{customerId}/webhooks/subscriptions/{subscriptionId}/events/{eventId}/history |
Redeliver an event | POST | /{customerId}/webhooks/subscriptions/{subscriptionId}/events/{eventId}/redelivery |
Send a test event | POST | /{customerId}/webhooks/subscriptions/{subscriptionId}/test |