Skip to main content
Manage Cisco Key Expansion Modules (KEMs) attached to phones.

List All

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

Get by UUID

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

Create

POST /api/v1/cisco-kem
Authorization: Bearer <token>
FieldTypeRequired
modelstringno
macstringno
ipstring (IP)no
connected_phonestring (MAC)no
software_versionstringno
software_typestringno
{
  "model": "KEM-8800",
  "ip": "10.0.0.11",
  "connected_phone": "AA:BB:CC:DD:EE:01",
  "software_version": "1.0"
}

Update

PUT /api/v1/cisco-kem/:uuid
Authorization: Bearer <token>

Delete

DELETE /api/v1/cisco-kem/:uuid
Authorization: Bearer <token>