aryan
02/23/2026, 9:37 AMChiranjeet Mishra
02/23/2026, 9:38 AMVapi Support Bot
02/23/2026, 9:38 AMbash
curl -X POST "https://api.vapi.ai/credential" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-d '{
"provider": "byo-sip-trunk",
"name": "Your India SIP Trunk",
"gateways": [{ "ip": "YOUR_SIP_PROVIDER_IP", "inboundEnabled": true }],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD"
}
}'
Replace the placeholders with your provider's info. This approach works for most SIP providers that support Indian DIDs, but always confirm compatibility with your chosen carrier. For more details, see the [Vapi SIP trunking guide](https://docs.vapi.ai/advanced/sip/sip-trunk).
Source:
- [Vapi SIP Trunking Guide](https://docs.vapi.ai/advanced/sip/sip-trunk)aryan
02/23/2026, 9:38 AMNir Simionovich (CEO@Cloudonix)
02/23/2026, 12:13 PMSubhankar Ghosh
02/23/2026, 11:25 PMSubhankar Ghosh
02/23/2026, 11:25 PMSubhankar Ghosh
02/23/2026, 11:26 PMChiranjeet Mishra
02/24/2026, 7:08 PM