Webhooks
List webhooks
Every webhook registered by your account.
Authorization
ApiKey AuthorizationBearer <token>
API key issued to the partner, sent with the Bearer prefix — for example: Authorization: Bearer sk_live_abc123.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/webhooks/"[ { "id": 12, "event": "checkout.succeeded", "endpoint_url": "https://partner.example.com/hooks/suqo", "is_active": true, "created_at": "2026-07-03T10:15:00Z" }]Resume a subscription POST
Undo a scheduled cancellation and return the subscription to active. Already-active subscriptions are returned unchanged; one-time purchases cannot be resumed.
Register a webhook POST
Subscribe an https endpoint to one event. An account may hold only one webhook per event, and the endpoint must resolve to a public address.