Send a test event to the webhook endpoint
POST
/v1/admin/webhooks/{subscription_id}/test
Sends a synthetic test event to the subscription's URL to verify connectivity and authentication. The test event has event_type "system.webhook_test" and is signed with the subscription's signing_secret.
BEHAVIOR: - Does NOT count toward consecutive_failures. - Does NOT affect subscription status. - Returns the HTTP response status and timing from the endpoint.
Authorizations
AdminKeyAuth
Administrative API key with full system access
Type
API Key (header: X-Admin-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"
{
}