zachh mango
10/27/2025, 5:28 PMVapi Support Bot
10/27/2025, 5:29 PMbash
curl -X POST https://api.vapi.ai/phone-numbers/import \
-H "Authorization: Bearer YOUR_VAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"provider": "twilio",
"number": "YOUR_NIGERIAN_NUMBER",
"twilioAccountSid": "YOUR_TWILIO_SID",
"twilioAuthToken": "YOUR_TWILIO_AUTH_TOKEN"
}'
Replace the placeholders with your actual details. This will verify and configure your number for use with Vapi.ai ([see docs](https://docs.vapi.ai/phone-calling)).
Source:
- [Phone Calling](https://docs.vapi.ai/phone-calling)Chiranjeet Mishra
10/28/2025, 6:57 PM