Skip to main content
GET
/
api
/
sip
cURL
curl --request GET \
  --url https://api.ultravox.ai/api/sip \
  --header 'X-API-Key: <api-key>'
{
  "allowedCidrRanges": [
    "<string>"
  ],
  "allowAllAgents": true,
  "allowedAgentIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "domain": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key

Response

200 - application/json
allowAllAgents
boolean
required
allowedAgentIds
string<uuid>[]
required

Only calls associated with these agents will be accepted, unless allowAllAgents is true.

Maximum length: 100
domain
string
required

The domain used for SIP invites for your account.

allowedCidrRanges
string<ipv4-cidr>[]

The list of IPv4 CIDR ranges from which incoming SIP calls will be accepted.

I