Skip to main content
Mark/unmark a phone as a Cisco device.

List All

GET /api/v1/cisco-phones
Authorization: Bearer <token>

Get by MAC

GET /api/v1/cisco-phones/AA:BB:CC:DD:EE:01
Authorization: Bearer <token>

Upsert

PUT /api/v1/cisco-phones/AA:BB:CC:DD:EE:01
Authorization: Bearer <token>
FieldTypeRequired
ciscobooleanyes
{
  "mac": "AA:BB:CC:DD:EE:01",
  "cisco": true
}

Delete

DELETE /api/v1/cisco-phones/AA:BB:CC:DD:EE:01
Authorization: Bearer <token>