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
403 16ms preloaded server-side with the default context
object · 3 keys
{
  "success": false,
  "message": "Mystery partner API key required",
  "error": "This endpoint requires an API key linked to a mystery partner account"
}
tracks the inputs above
curl -X GET 'https://service.rip.fun/api/v1/webhooks' \
  -H 'X-API-Key: rip_…'