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