DocsAPI ReferenceSend a test event
POST/api/v1/workspaces/{workspace_id}/webhooks/{endpoint_id}/test

Dispatches 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-Keystringrequired

Your 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.