Rahul
10/21/2025, 6:23 AMVapi Support Bot
10/21/2025, 6:24 AM/phone-numbers/import endpoint, ensuring you use the correct credentials and account. If the number is still reported as "linked to another account," please contact Vapi support directly, as this error typically requires backend intervention to resolve account linkage issues.
Example API call:
bash
curl -X POST https://api.vapi.ai/phone-numbers/import \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "number": "+13132419645" }'
For more details, see the [phone-calling documentation](https://docs.vapi.ai/phone-calling).
Source:
- [Phone Calling](https://docs.vapi.ai/phone-calling)Chiranjeet Mishra
10/23/2025, 12:16 AM