Was this helpful?
List IP phones
GET /api/phones HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "items": [ { "extension_number": "text", "vendor": "text", "model": "text", "fwver": "text", "name": "text", "password": "text", "vm_pin": "text", "ip": "text", "mac": "text" } ] }
Retrieve phone's detailed information.
MAC address.
GET /api/phones/{mac} HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "extension_number": "text", "vendor": "text", "model": "text", "fwver": "text", "name": "text", "password": "text", "vm_pin": "text", "ip": "text", "mac": "text" }