/api/v1/webhooks webhooks:manageLists your registered webhook endpoints (signing secrets are never returned after creation). Max 20 webhooks per partner.
GET /api/v1/webhooks {
"success": false,
"message": "Invalid API key",
"error": "API key not found or inactive"
}curl -X GET 'https://staging-service.rip.fun/api/v1/webhooks' \ -H 'X-API-Key: rip_v1_…'