Chris
09/16/2025, 4:52 PMVapi Support Bot
09/16/2025, 4:54 PMbash
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 Trunk Name",
"gateways": [{ "ip": "YOUR_SIP_PROVIDER_DOMAIN" }],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD"
}
}'
Double-check that all fields are correct and your API key is valid. If the error persists, please share the exact error message for more targeted help.
[Reference: Vapi SIP Trunk Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)
Source:
- [SIP Trunking Vapi Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Chris
09/16/2025, 5:09 PM𝘬𝘴𝘻𝘢𝘣𝘪
09/17/2025, 11:41 AMChiranjeet Mishra
09/18/2025, 4:05 PMPoyraz
09/19/2025, 9:04 PMChiranjeet Mishra
09/23/2025, 3:55 PM