curl -X PATCH https://prod.api.unleeshed.ai/partner/v1/webhooks/whk_abc123 \ -H "X-Api-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{ "status": "paused" }'
{ "success": true, "data": { "id": "whk_abc123", "url": "https://your-domain.com/webhooks/unleeshed", "events": ["creator.approved", "partner.approved", "commentary.failed"], "status": "paused", "consecutive_failures": 0, "last_delivery_at": "2026-02-04T12:30:00Z", "created_at": "2026-02-04T10:00:00Z", "updated_at": "2026-02-04T15:00:00Z" } }
Update webhook configuration
active
paused