curl --request GET \
--url https://api.bland.ai/v1/sip/outbound-setup \
--header 'authorization: <authorization>'{
"data": {
"sip_server": "us1.sip.bland.ai",
"port": 5061,
"instructions": "Configure your PBX to send SIP INVITE requests to us1.sip.bland.ai:5061 over TLS. Whitelist the IP addresses from /v1/sip/firewall-ips."
},
"errors": null
}
Get Bland’s SIP server details and PBX configuration instructions for outbound call routing.
curl --request GET \
--url https://api.bland.ai/v1/sip/outbound-setup \
--header 'authorization: <authorization>'{
"data": {
"sip_server": "us1.sip.bland.ai",
"port": 5061,
"instructions": "Configure your PBX to send SIP INVITE requests to us1.sip.bland.ai:5061 over TLS. Whitelist the IP addresses from /v1/sip/firewall-ips."
},
"errors": null
}
us1.sip.bland.ai).5061).phone_number is provided and registration auth is configured). Sensitive values are redacted.curl -X GET https://api.bland.ai/v1/sip/outbound-setup \
-H "Authorization: Bearer <token>"
{
"data": {
"sip_server": "us1.sip.bland.ai",
"port": 5061,
"instructions": "Configure your PBX to send SIP INVITE requests to us1.sip.bland.ai:5061 over TLS. Whitelist the IP addresses from /v1/sip/firewall-ips."
},
"errors": null
}
Was this page helpful?