Skip to main content
POST
Authorize an outbound INVITE from a registered endpoint

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
call_sid
string

jambonz call SID of the outbound leg.

username
string

SIP credential username originating the call.

from
string

Caller-ID the endpoint is presenting.

to
string

Dialed destination number.

source_ip
string

Source IP of the calling endpoint.

Response

200 - application/json

Authorization verdict. status: ok approves the INVITE and echoes the approved From number; a rejected call returns HTTP 403 with status: fail and a reason.

status
string

ok when the INVITE is approved, fail otherwise.

approved_from
string

The caller-ID approved for the outbound leg.

organization_id
string

Owning organization of the SIP credential.