Send a test event to a tenant's webhook
POST
/v1/webhooks/{subscription_id}/test
Sends a synthetic system.webhook_test event. Does not count toward consecutive failures.
Authorizations
ApiKeyAuth
Tenant-scoped API key for runtime operations (consistent with Cycles Protocol)
Type
API Key (header: X-Cycles-API-Key)
Parameters
Path Parameters
subscription_id*
Type
Requiredstring
Responses
Test result
application/json
JSON "success": true, "response_status": 0, "response_time_ms": 0, "error_message": "string", "event_id": "string"
{
}