Assignee

Check phone's assignee

Check phone's assignee by MAC.

get

/phones/{mac}/assignee

Authorizations
Path parameters
macstringrequired

MAC address.

Responses
curl -L \
  --url 'https://HOSTNAME:8887/api/phones/{mac}/assignee' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "extension_number": "text",
  "vendor": "text",
  "model": "text",
  "mac": "text"
}

Was this helpful?