Skip to main content
POST
Send a test event

Authorizations

Authorization
string
header
required

Your organization's API key (sk_cont_...), sent as Authorization: Bearer sk_cont_.... Keep it server-side.

Path Parameters

endpoint_id
string<uuid>
required

Body

application/json
event
string
default:call.ended

Which sample event to send. One of call.started, call.ended, call.analyzed.

Response

Successful Response

delivery_id
string<uuid>
required

The delivery row recorded for this send.

status
string
required

succeeded or failed. Test sends are never retried.

error
string | null

Why it failed. HTTP 401 usually means your signature check rejected it; other values describe connection problems.

status_code
integer | null

HTTP status your server returned, or null if it never answered.