Assignee
Check phone's assignee by MAC.
Authorizations
Path parameters
macstringRequired
MAC address.
Responses
200
OK
application/json
404
Not Found
get
GET /api/phones/{mac}/assignee HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"mac": "text",
"extension_number": "text",
"vendor": "text",
"model": "text"
}