Skip to main content
POST
Send a test event

Authorizations

Authorization
string
header
required

Pass your secret key in the Authorization header as a Bearer token: Authorization: Bearer sk_test_... (sandbox) or Bearer sk_live_... (production).

Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.

Path Parameters

subscription_id
string
required

Body

application/json

No body. Send Content-Length: 0 so the upstream load balancer doesn't reject the request with 411.

The body is of type object | null.

Response

The test event was queued for delivery. Unlike other asynchronous endpoints this one does not return an operation_id, and there is nothing to poll: watch your webhook endpoint for a webhook.test delivery carrying the returned event_id in its X-LS-Webhook-Event-Id header.

event_id
string
required

Id of the queued test event.

Example:

"4bf92f35-77b3-4da6-a3ce-929d0e0e4736"