yagobbasket
10/27/2025, 8:56 AMVapi Support Bot
10/27/2025, 8:57 AMbash
curl -X POST https://api.vapi.ai/phone-number \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-d '{
"provider": "byo-phone-number",
"name": "Telnyx SIP Number",
"number": "YOUR_PHONE_NUMBER",
"credentialId": "YOUR_CREDENTIAL_ID"
}'
Review the full [Telnyx SIP integration guide](https://docs.vapi.ai/advanced/sip/telnyx) and confirm all routing and assistant assignments are set as described.
Source:
- [Telnyx SIP integration](https://docs.vapi.ai/advanced/sip/telnyx)