List webhooks

GET /api/v1/webhooks webhooks:manage

Lists your registered webhook endpoints (signing secrets are never returned after creation). Max 20 webhooks per partner.

Try it GET /api/v1/webhooks
response
401 22ms preloaded server-side with the default context
object · 3 keys
{
  "success": false,
  "message": "Invalid API key",
  "error": "API key not found or inactive"
}
curl (tracks the inputs above)
curl -X GET 'https://staging-service.rip.fun/api/v1/webhooks' \
  -H 'X-API-Key: rip_v1_…'