{ "info": { "_postman_id": "085d0bbe-c240-4fe7-9dba-d1f189e1e979", "name": "ThingsBoard Admin admin-controller lwm-2m-controller API", "description": "ThingsBoard Admin API \u2014 subset of the ThingsBoard REST API (open-source IoT platform). Covers: Admin, Audit Log, Event, Usage Info, Queue, Queue Stats, Mail Config Template, Qr Code Settings, Job.\n\nContact Support:\n Name: ThingsBoard team\n Email: info@thingsboard.io", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-085d0bbe-c240-4fe7-9dba-d1f189e1e979" }, "item": [ { "name": "api", "item": [ { "name": "lwm2m", "item": [ { "name": "device-credentials", "item": [ { "name": "Save Device with Credentials (Deprecated)", "id": "06ea9a38-2671-4482-b962-d19d7b8f5c18", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cillum6b\": {},\n \"culpa742\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/lwm2m/device-credentials", "host": [ "{{baseUrl}}" ], "path": [ "api", "lwm2m", "device-credentials" ] } }, "response": [ { "id": "9ff1b03d-bc11-4427-b13d-e9edb416eaa7", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cillum6b\": {},\n \"culpa742\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/lwm2m/device-credentials", "host": [ "{{baseUrl}}" ], "path": [ "api", "lwm2m", "device-credentials" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"deviceProfileId\": {\n \"entityType\": \"DEVICE_PROFILE\",\n \"id\": \"\"\n },\n \"name\": \"\",\n \"id\": {\n \"entityType\": \"DEVICE\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"type\": \"\",\n \"label\": \"\",\n \"firmwareId\": {\n \"entityType\": \"OTA_PACKAGE\",\n \"id\": \"\"\n },\n \"softwareId\": {\n \"entityType\": \"OTA_PACKAGE\",\n \"id\": \"\"\n },\n \"version\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n },\n \"deviceData\": {\n \"configuration\": {\n \"type\": \"\"\n },\n \"transportConfiguration\": {\n \"type\": \"\",\n \"powerMode\": \"PSM\",\n \"psmActivityTimer\": \"\",\n \"edrxCycle\": \"\",\n \"pagingTransmissionWindow\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-9ff1b03d-bc11-4427-b13d-e9edb416eaa7" } ], "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-06ea9a38-2671-4482-b962-d19d7b8f5c18" } ], "id": "ccadaac5-6a5e-4e17-ba43-9a66a3c63372", "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-ccadaac5-6a5e-4e17-ba43-9a66a3c63372" }, { "name": "deviceProfile", "item": [ { "name": "bootstrap", "item": [ { "name": "{isBootstrapServer}", "item": [ { "name": "Get Lwm2m Bootstrap SecurityInfo (getLwm2mBootstrapSecurityInfo)", "id": "7ca73a14-250f-4672-a71d-69aa191c46f5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/lwm2m/deviceProfile/bootstrap/:isBootstrapServer", "host": [ "{{baseUrl}}" ], "path": [ "api", "lwm2m", "deviceProfile", "bootstrap", ":isBootstrapServer" ], "variable": [ { "id": "16517451-2f4a-49f5-841a-f74bec9805a4", "key": "isBootstrapServer", "value": "", "description": "(Required) A Boolean value representing the Server SecurityInfo for future Bootstrap client mode settings. Values: 'true' for Bootstrap Server; 'false' for Lwm2m Server. " } ] }, "description": "Get the Lwm2m Bootstrap SecurityInfo object (of the current server) based on the provided isBootstrapServer parameter. If isBootstrapServer == true, get the parameters of the current Bootstrap Server. If isBootstrapServer == false, get the parameters of the current Lwm2m Server. Used for client settings when starting the client in Bootstrap mode. \n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "5f2610e9-abec-4c2f-adc6-854c6c264c80", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/lwm2m/deviceProfile/bootstrap/:isBootstrapServer", "host": [ "{{baseUrl}}" ], "path": [ "api", "lwm2m", "deviceProfile", "bootstrap", ":isBootstrapServer" ], "variable": [ { "key": "isBootstrapServer" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"shortServerId\": \"\",\n \"bootstrapServerIs\": \"\",\n \"host\": \"\",\n \"port\": \"\",\n \"clientHoldOffTime\": \"\",\n \"serverPublicKey\": \"\",\n \"serverCertificate\": \"\",\n \"bootstrapServerAccountTimeout\": \"\",\n \"lifetime\": \"\",\n \"defaultMinPeriod\": \"\",\n \"notifIfDisabled\": \"\",\n \"binding\": \"\",\n \"securityHost\": \"\",\n \"securityPort\": \"\"\n}", "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-5f2610e9-abec-4c2f-adc6-854c6c264c80" } ], "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-7ca73a14-250f-4672-a71d-69aa191c46f5" } ], "id": "825fa7c6-df10-4eab-bfcb-6d844c5c4916", "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-825fa7c6-df10-4eab-bfcb-6d844c5c4916" } ], "id": "65ea1f49-cab8-43b3-96cc-55ac0c48900e", "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-65ea1f49-cab8-43b3-96cc-55ac0c48900e" } ], "id": "7d16d7a9-1110-4668-9d48-142ad2c60cb1", "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-7d16d7a9-1110-4668-9d48-142ad2c60cb1" } ], "id": "b3e75cde-be3a-4f90-bc7e-aa267dd339d4", "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-b3e75cde-be3a-4f90-bc7e-aa267dd339d4" } ], "id": "b02c389e-368b-4a35-9954-ceacc0db7b8a", "createdAt": "2026-07-28T03:12:48.000Z", "updatedAt": "2026-07-28T03:12:48.000Z", "uid": "35240-b02c389e-368b-4a35-9954-ceacc0db7b8a" } ], "variable": [ { "key": "baseUrl", "value": "https://demo.thingsboard.io" } ] }