Skip to main content
GET
/
phones
List all phones
curl --request GET \
  --url https://api.voice-mate.com/v1/phones \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "phones": [
    {
      "sid": "phone_b30fbf02-83be-4214-9724-f889085ecffb",
      "name": "main_office_phone",
      "number": "+15893858485",
      "sip_trunk": {
        "sid": "sip_1d31b6c1-dcea-425a-a3e1-3a9227a95381",
        "name": "production",
        "system": false
      },
      "inbound_agent_id": "agent_340846df-6fc5-4550-8c8e-590761765548",
      "outbound_agent_id": "agent_340846df-6fc5-4550-8c8e-590761765548",
      "created_at": "2025-05-03T10:43:50.472662Z",
      "updated_at": "2025-05-03T10:43:50.472702Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page

Response

List of phones

status
enum<string>
required
Available options:
success,
error
phones
object[]
required