v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Realtime

Decline an incoming SIP call by returning a SIP status code to the caller.

post/realtime/calls/{call_id}/reject

Path parameters

call_idstring required

The identifier for the call provided in the realtime.call.incoming webhook.

Request body

status_codeinteger

SIP response code to send back to the caller. Defaults to 603 (Decline) when omitted.

Example request

{
  "status_code": 486
}

Response

Call rejected successfully.