Send a test event
Queues a test event to your configured webhook so you can verify your wiring before real traffic arrives.
**It is a real delivery.** Signed with your secret, carrying your custom headers, and retried on the same schedule as any other event — so it exercises signature verification and your firewall rules, not just reachability.
Its `data` carries `"test": true` so your handler can discard it rather than creating a conversation from it.
Takes no body. Poll [`GET /v1/webhooks/deliveries`](/api-reference/webhooks/list-webhook-deliveries) with the returned `delivery_id` to see what your endpoint answered.
Authentication
AuthorizationBearer
Your API key, issued by ParsChat sales. One key per account, spanning every robot you own. Send it as Authorization: Bearer pk_live_….
Response
Queued. The delivery is attempted in the background.
delivery_id
Look this up on the deliveries endpoint.
status
Its state at the moment it was queued.
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error