jester
12/08/2025, 7:25 PMVapi Support Bot
12/08/2025, 7:26 PMbash
curl -X POST "https://api.vapi.ai/phone-number" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-d '{
"provider": "byo-phone-number",
"name": "Twilio SIP Number",
"number": "YOUR_SIP_PHONE_NUMBER",
"numberE164CheckEnabled": false,
"credentialId": "YOUR_CREDENTIAL_ID"
}'
Replace the placeholders with your actual details from the intermediary provider setup.
For more, see the [Vapi SIP trunk documentation](https://docs.vapi.ai/advanced/sip/sip-trunk).
Source:
- [Vapi SIP Trunk Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Tremix
12/08/2025, 8:08 PM