Was this helpful?
List DECT phone models.
/dect_phone_models
curl -L \ --url 'https://HOSTNAME:8887/api/dect_phone_models' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "items": [ { "filename": "text", "model": "text", "lines": 1, "display_name": "text" } ] }
Retrieve details of DECT phone model.
/dect_phone_models/{name}
Template XML file name for phone provisioning.
curl -L \ --url 'https://HOSTNAME:8887/api/dect_phone_models/{name}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "template": "text", "lines": 1, "tones": [ "text" ], "time_zones": [ "text" ], "codecs": [ "text" ], "languages": [ "ENGLISH" ] }