cURL
curl --request GET \ --url https://dev.voice.ai/api/v1/agent/phone-numbers \ --header 'Authorization: Bearer <token>'
{ "phone_numbers": [ { "phone_number": "<string>", "status": "<string>", "assigned_to_agent_id": "<string>", "assigned_to_agent_name": "<string>" } ], "total_numbers": 123, "total_available": 123, "total_assigned": 123 }
Get detailed information on owned phone numbers.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Page number (1-based)
x >= 1
Items per page
1 <= x <= 100
Successful Response
Show child attributes