List Phone Numbers
Phone Numbers
List Phone Numbers
Get all voice phone numbers for a user/organization
GET
List Phone Numbers
Description
Returns all voice phone numbers owned by a user or organization. Admin users see all organization phone numbers.Authentication
Your Teli API key
Query Parameters
User unique_id (phone numbers are user-owned)
Organization unique_id
If true, returns all org phone numbers. If false, returns only user’s phone numbers.
Filter by phone type:
voice or sms. If omitted, returns all types.Response Fields
Whether the request was successful
Total number of phone numbers
Array of phone number objects
Always returns “Teli”
Example Request
cURL
Example Response
200
500 (Server Error)
Ownership Model
- User-Level: Phone numbers are owned by individual users
- Admin View: Admin users can see all phone numbers in their organization
- Regular Users: See only their own phone numbers
Agent Linking
outbound_agent_id: Agent used for outbound calls from this numberinbound_agent_id: Agent used for inbound calls to this number- Both are optional and can be set via
POST /v1/voice/phone-numbers/{number}/update-agent
Notes
- Phone numbers are provisioned through Teli Voice
- Numbers can be linked to voice agents for automated calling
- Admin users see all org numbers regardless of owner
- E.164 format required: +[country code][number]

