aafsgdrgdrgdgr
09/18/2025, 5:32 PMVapi Support Bot
09/18/2025, 5:33 PM<id> with your phone number's ID and <token> with your API token):
bash
curl https://api.vapi.ai/phone-number/<id> \
-H "Authorization: Bearer <token>"
Look for the "provider" field in the response; it will show "twilio" or "vonage" depending on your setup.
Tip: You can list all your phone numbers and their IDs using the [List Phone Numbers API](https://docs.vapi.ai/api-reference/phone-numbers/list?explorer=true) if you don't know the ID.
Sources:
- [Get Phone Number](https://docs.vapi.ai/api-reference/phone-numbers/get)
- [List Phone Numbers](https://docs.vapi.ai/api-reference/phone-numbers/list?explorer=true)aafsgdrgdrgdgr
09/18/2025, 9:53 PM{"id":"dd7ddb26-3b3b-4c1b-8fef-e03b4f5c3dd0","orgId":"126af983-4297-4138-8285-305cd64269b0","assistantId":"ae35ee57-dd1f-4de1-94ae-199e220559ef","number":"+13469988785","createdAt":"2025-09-18T17:09:34.482Z","updatedAt":"2025-09-18T17:22:42.981Z","provider":"vapi","status":"active","providerResourceId":"00d7fdff-af5d-4723-83b3-869360cec2cc"}%
the provider shows vapi?? what does that mean?aafsgdrgdrgdgr
09/18/2025, 9:55 PMVapi Support Bot
09/18/2025, 9:55 PM"provider" set to "vonage" during creation.
Example:
json
"provider": "vapi" // Native Vapi number, not Twilio or Vonage
For more details, see the [Vapi Phone Number API docs](https://docs.vapi.ai/api-reference/phone-numbers/get).
Sources:
- [Get Phone Number](https://docs.vapi.ai/api-reference/phone-numbers/get)
- [Advanced SIP Guide](https://docs.vapi.ai/advanced/sip)aafsgdrgdrgdgr
09/18/2025, 11:48 PMaafsgdrgdrgdgr
09/18/2025, 11:48 PMVapi Support Bot
09/18/2025, 11:50 PM"provider": "vonage" or "twilio" during creation.
For full transparency on the SIP backend for "vapi" numbers, please contact Vapi support directly, as this detail is not documented.
Sources:
- [Get Phone Number](https://docs.vapi.ai/api-reference/phone-numbers/get)
- [Advanced SIP Guide](https://docs.vapi.ai/advanced/sip)aafsgdrgdrgdgr
09/19/2025, 12:00 AMyou must provision a number with "provider": "vonage" or "twilio" during creation. : But in the UI, there is no option to choose SIP trunk provider when creating phone number