cURL
curl --request PATCH \ --url https://api.itellico.ai/v1/accounts/{account_id}/sip-trunks/{sip_trunk_id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "termination_uri": "<string>", "allowed_ips": [ "<string>" ] } '
{ "id": "<string>", "name": "<string>", "phone_numbers": [ { "id": "<string>", "number": "<string>", "friendly_name": "<string>" } ], "has_auth_password": false, "auth_password_length": 123, "allowed_ips": [ "<string>" ], "termination_uri": "<string>", "sip_auth_username": "<string>" }
Update BYOC SIP trunk properties and allowed IPs.
IPv4/IPv6 or CIDR ranges
OK
Display name for this SIP trunk
100
Show child attributes
Was this page helpful?