Was this helpful?
List DECT phone models.
GET /api/dect_phone_models HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "items": [ { "filename": "text", "model": "text", "lines": 1, "display_name": "text" } ] }
Retrieve details of DECT phone model.
Template XML file name for phone provisioning.
GET /api/dect_phone_models/{name} HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "template": "text", "languages": [ "ENGLISH" ], "tones": [ "text" ], "time_zones": [ "text" ], "codecs": [ "text" ], "lines": 1 }