Skip to main content
POST
Send a test event to a destination

Authorizations

Authorization
string
header
required

Secret key (sk_live_...)

Path Parameters

destination_id
string
required

Unique identifier for the event destination (prefixed with evtd_).

Pattern: ^evtd_
Example:

"evtd_AbC123xYz456"

Response

OK

Result of sending a test event to a destination.

status
string
required

Outcome of the delivery attempt: success, failure, or pending if the attempt hadn't resolved when the request returned. Check the destination's deliveries for the final status.

event_id
string
required

ID of the test.ping event that was sent (prefixed with evt_).

response_code
integer | null

HTTP status code returned by the endpoint, when available.