DocsAPI ReferenceSend a test event
POST
/api/v1/workspaces/{workspace_id}/webhooks/{endpoint_id}/testDispatches a synthetic `bot.status_changed` event with `_test: true` to verify your endpoint is reachable and handles events correctly.
Path Parameters
workspace_idstringrequirede.g. "aaaaaaaa-0000-0000-0000-000000000001"Workspace UUID.
endpoint_idstringrequirede.g. "ep_2abc1234..."Svix endpoint ID.
Headers
X-API-KeystringrequiredYour workspace API key (owner role required).
Responses
202Test event dispatched.
{
"message": "Test event dispatched",
"message_id": "msg_2abc...",
"event_type": "bot.status_changed"
}502Svix API error when dispatching.
503Svix API key not configured.
Try it live
API Configurationglobal · all endpoints
POST
https://api.serveka.com/api/v1/workspaces/aaaaaaaa-0000-0000-0000-000000000001/webhooks/ep_2abc1234.../testPath Parameters
curl -X POST 'https://api.serveka.com/api/v1/workspaces/aaaaaaaa-0000-0000-0000-000000000001/webhooks/ep_2abc1234.../test' \