List the reseller's webhook registrations
GET/webhooks
Returns ALL endpoints belonging to the reseller (api_key) — including inactive ones (is_active=0, closed by the circuit breaker). So the reseller can see an inactive endpoint and reactivate it via PATCH.
Responses
- 200
- 401
- 429
Webhook list
Authentication failed — missing header, wrong credential, outside the IP whitelist, or a revoked key. No detail is leaked; all cases return a single message.
Response Headers
WWW-Authenticate
RFC 7617 Basic Auth challenge
Per-minute limit exceeded
Response Headers
Retry-After
Seconds to wait before retrying after a 429 (RFC 7231 §7.1.3)
X-RateLimit-Limit
The per-minute limit defined for this key
X-RateLimit-Remaining
X-RateLimit-Reset
Unix epoch of the start of the next window (UTC seconds)