Overview
Returns all active webhook subscriptions for your partner account. The webhook secret is never included in list responses — only subscription metadata is returned.Endpoint
Authentication
Requires a valid API Key with thepartner_webhooks_manage permission.
Example Request
Success Response
HTTP Status:200 OK
The
secret field is intentionally omitted from all list responses. To get a new secret, use the rotate-secret endpoint.Error Responses
| HTTP Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid API key |
403 | FORBIDDEN | Missing partner_webhooks_manage permission |
Notes
- Only
ACTIVE(non-deleted) subscriptions are returned. - Results are ordered by creation date descending.
Related Endpoints
POST /partners/webhooks/subscriptions— Create a new subscriptionPATCH /partners/webhooks/subscriptions/:id— Update a subscriptionDELETE /partners/webhooks/subscriptions/:id— Delete a subscriptionPOST /partners/webhooks/subscriptions/:id/rotate-secret— Rotate the signing secret