Returns the model of the device(s)
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/tile-icon-unapply/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v1/enterprise/{enterprise_id}/tile-icon-unapply/
curl -i -X POST \
'https://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/tile-icon-unapply/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"model": "string"
}'Response
{ "model": "string" }