cURL
curl --request POST \ --url https://api.xenia.team/api/v1/mgt/workspaces/{workspaceId}/webhook-subscriptions/{subscriptionId}/test \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>'
{ "status": true, "code": 200, "data": { "success": true, "responseStatus": 200, "responseTimeMs": 145, "message": "Webhook endpoint responded successfully" } }
Sends a test webhook payload to the subscription URL and returns the response status, timing, and any errors.
Workspace ID
Subscription ID
Test completed
Show child attributes