mellowmango
12/18/2025, 10:46 PMmellowmango
12/18/2025, 10:47 PMVapi Support Bot
12/18/2025, 10:47 PMbash
curl -X POST https://api.vapi.ai/phone-number \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{
"provider": "vapi-phone-number",
"credentialId": "<your_credential_id>",
"name": "My Test Number"
}'
Make sure to replace <token> and <your_credential_id> with your actual values. This should help avoid the "Untitled Phone Number" issue in the dashboard. For more details, see the [API reference](https://docs.vapi.ai/api-reference/phone-numbers/create?explorer=true).
Source:
- [API Reference: Create Phone Number](https://docs.vapi.ai/api-reference/phone-numbers/create?explorer=true)Vapi Support Bot
12/18/2025, 10:48 PMmellowmango
12/18/2025, 10:51 PMmellowmango
12/18/2025, 10:57 PMVapi Support Bot
12/18/2025, 10:59 PM