{ "opencollection": "1.0.0", "info": { "name": "Authorization Administration Logs Devices API", "version": "v2.1.1" }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "Create Action Request On Specific LwM2M Device.", "type": "http" }, "http": { "method": "POST", "url": "https://api.1nce.com/management-api/v1/devices/:deviceId/actions", "params": [ { "name": "deviceId", "value": "", "type": "path", "description": "The unique device ID which identifies each 1NCE SIM. Can be obtained from the Get All Devices API query. For 1NCE SIMS the device ID is equal to its iccid." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiate LwM2M action like read, write, execute on specific device. It has to be connected to 1NCE LwM2M endpoint to invoke this event." }, { "info": { "name": "Get Devices Statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api.1nce.com/management-api/v1/devices/stats" }, "docs": "Get general statistics related to customer devices" } ] } ], "bundled": true }