Matheus M M
12/29/2025, 3:50 AMChiranjeet Mishra
12/29/2025, 3:50 AMVapi Support Bot
12/29/2025, 3:51 AMbash
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": "Infobip Number",
"number": "YOUR_INFObip_NUMBER",
"numberE164CheckEnabled": false,
"credentialId": "YOUR_CREDENTIAL_ID"
}'
Double-check that the credentialId matches your Infobip SIP trunk credential in Vapi and that the number is in E.164 format if required by your provider. This step is often missed and can cause the call to be rejected at the platform level according to the documentation I have found.
Source:
- [Vapi SIP Trunk Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Tremix
12/29/2025, 9:37 AMChiranjeet Mishra
12/29/2025, 6:39 PMTremix
12/29/2025, 6:50 PM