D4V1D
12/11/2025, 6:48 PMVapi Support Bot
12/11/2025, 6:49 PMbash
# Example: Import your Twilio number for international use
curl -X POST "https://api.vapi.ai/phone-numbers/import" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-d '{ "twilioAccountSid": "<SID>", "twilioAuthToken": "<TOKEN>", "phoneNumber": "+57XXXXXXXXXX" }'
For more details, see the [Vapi phone calling documentation](https://docs.vapi.ai/phone-calling).
Source:
- [Phone Calling | Vapi Documentation](https://docs.vapi.ai/phone-calling)D4V1D
12/11/2025, 6:50 PMNir Simionovich (CEO@Cloudonix)
12/11/2025, 9:25 PMChiranjeet Mishra
12/17/2025, 3:02 PM