Create Phone Number
Phone Numbers
Create Phone Number
Provision a new voice phone number
POST
Create Phone Number
Description
Provisions a new voice-enabled phone number for your organization. Phone numbers are provisioned through Teli Voice and can be used for voice campaigns and inbound/outbound calls. Ownership: Phone numbers are owned by individual users (user-level ownership).Authentication
Your Teli API key
Request Body
3-digit area code for the phone number (e.g., “313”, “415”, “212”)
User unique_id who will own this phone number
Organization unique_id
Tenant identifier for multi-tenant isolation
Optional friendly name for the phone numberExample:
"Main Sales Line"Response Fields
Whether the phone number was provisioned successfully
Phone number in E.164 format (e.g., “+13137316433”)
Formatted phone number (e.g., “+1 313-731-6433”)
Area code (3 digits)
Phone number type/provider identifier (e.g., “teli-voice”)
Always returns “Teli”
Example Request
cURL
JavaScript
Python
Example Response
200
400
500
Ownership Model
- User-Level: Phone numbers are owned by individual users
- Organization Visibility: Admin users can see all organization phone numbers
- Regular Users: See only their own phone numbers
After Provisioning
Once provisioned, the phone number will:- Appear in
GET /v1/voice/phone-numbers(user-level or org-level for admins) - Be available for use in voice campaigns
- Be available for linking to voice agents (inbound/outbound)
Agent Linking
After creating a phone number, you can link it to voice agents:Notes
- Phone numbers are provisioned through Teli Voice infrastructure
- Provisioning is instant (no approval required)
- Area codes must be valid US/Canada area codes
- Each user can own multiple phone numbers
- Phone numbers can be released via the dashboard
- Monthly billing applies per phone number
Related Endpoints
GET /v1/voice/phone-numbers- List phone numbersPOST /v1/voice/phone-numbers/{number}/update-agent- Link to agentPOST /v1/voice/campaigns- Create campaign with phone numberGET /v1/voice/calls- View call history

