Check phone's assignee by MAC.
MAC address.
OK
MAC address of this IP phone.
The extension number.
[0-9]{3,64}
The phone vendor of IP phone.
The name of IP phone model.
const response = await fetch('http://127.0.0.1:8888/api/phones/{mac}/assignee', { method: 'GET', headers: {}, }); const data = await response.json();
{ "mac": {}, "extension_number": "text", "vendor": "text", "model": "text" }