{ "success": true, "count": 123, "phone_numbers": [ { "phone_number": "<string>", "pretty_phone_number": "<string>", "id": "<string>", "area_code": "<string>", "phone_type": "<string>", "provider": "<string>", "user_id": "<string>", "organization_id": "<string>", "tenant_id": "<string>", "outbound_agent_id": "<string>", "inbound_agent_id": "<string>", "nickname": "<string>", "location": "<string>", "accessible_by": [ {} ], "stripe_subscription_id": "<string>", "zapier": true, "created_at": {} } ], "powered_by": "<string>" }
Get all voice phone numbers for a user/organization
voice
sms
Show Phone Number Object
teli-voice
teli_voice
curl -X GET "https://api.teli.ai/v1/voice/phone-numbers?user_id=1762896366429x599348279945132448&organization_id=1762896364768x389173798861431550&is_admin=true&phone_type=voice" \ -H "X-API-Key: YOUR_API_KEY"
{ "success": true, "count": 2, "phone_numbers": [ { "phone_number": "+15174686941", "pretty_phone_number": "+1 517-468-6941", "id": "2fa5412b-c6a1-495f-b546-a3cadc0316d9", "area_code": "517", "phone_type": "voice", "provider": "teli_voice", "user_id": "0cf76f73-a751-4f65-b7bf-37f6cd5fdced", "organization_id": "4d051118-c116-4923-8ff4-1a9761115fec", "tenant_id": "your_tenant", "outbound_agent_id": "74014854-b110-46c8-b037-18f0149baae6", "inbound_agent_id": null, "nickname": null, "location": null, "accessible_by": null, "stripe_subscription_id": null, "zapier": false, "created_at": "2025-11-18T16:42:54.719787" }, { "phone_number": "+12489071796", "pretty_phone_number": "+1 248-907-1796", "id": "55027d16-d590-41d9-a508-bcbd216aedf2", "area_code": "248", "phone_type": "voice", "provider": "teli-voice", "user_id": "e4de5844-5b7b-45bb-8717-2c6f1f3f52ca", "organization_id": "4d051118-c116-4923-8ff4-1a9761115fec", "tenant_id": "your_tenant", "outbound_agent_id": null, "inbound_agent_id": null, "created_at": "2025-11-20T19:16:27.594576" } ], "powered_by": "Teli" }
{ "error": "Failed to list phone numbers", "success": false, "powered_by": "Teli" }
outbound_agent_id
inbound_agent_id
POST /v1/voice/phone-numbers/{number}/update-agent