{ "info": { "_postman_id": "2d5bc827-44a7-423f-acfd-0109e001b53f", "name": "ThingsBoard Admin admin-controller trendz-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:13:17.000Z", "updatedAt": "2026-07-28T03:13:17.000Z", "lastUpdatedBy": "35240", "uid": "35240-2d5bc827-44a7-423f-acfd-0109e001b53f" }, "item": [ { "name": "api", "item": [ { "name": "trendz", "item": [ { "name": "settings", "item": [ { "name": "Get Trendz Settings (getTrendzSettings)", "id": "640410a5-aa95-4285-804d-81b36a11dbcc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/trendz/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "trendz", "settings" ] }, "description": "Retrieves Trendz settings for this tenant.\n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "774c0a1e-5db7-4eac-9e5a-d035e750bf45", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/trendz/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "trendz", "settings" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"enabled\": \"\",\n \"baseUrl\": \"\",\n \"apiKey\": \"\"\n}", "createdAt": "2026-07-28T03:13:18.000Z", "updatedAt": "2026-07-28T03:13:18.000Z", "uid": "35240-774c0a1e-5db7-4eac-9e5a-d035e750bf45" } ], "createdAt": "2026-07-28T03:13:18.000Z", "updatedAt": "2026-07-28T03:13:18.000Z", "uid": "35240-640410a5-aa95-4285-804d-81b36a11dbcc" }, { "name": "Save Trendz Settings (saveTrendzSettings)", "id": "8e2957e8-393a-42ad-b227-0c0758804a13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"baseUrl\": \"\",\n \"apiKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/trendz/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "trendz", "settings" ] }, "description": "Saves Trendz settings for this tenant.\n\n\nHere is an example of the Trendz settings:\n```json\n{\n \"enabled\": true,\n \"baseUrl\": \"https://some.domain.com:18888/also_necessary_prefix\"\n}\n```\n\nAvailable for users with 'TENANT_ADMIN' authority." }, "response": [ { "id": "2681dc30-46c4-4a5f-96cc-b1bd5be88403", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"baseUrl\": \"\",\n \"apiKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/trendz/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "trendz", "settings" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"enabled\": \"\",\n \"baseUrl\": \"\",\n \"apiKey\": \"\"\n}", "createdAt": "2026-07-28T03:13:18.000Z", "updatedAt": "2026-07-28T03:13:18.000Z", "uid": "35240-2681dc30-46c4-4a5f-96cc-b1bd5be88403" } ], "createdAt": "2026-07-28T03:13:18.000Z", "updatedAt": "2026-07-28T03:13:18.000Z", "uid": "35240-8e2957e8-393a-42ad-b227-0c0758804a13" } ], "id": "8e34866c-56a8-4a09-81de-df14674de774", "createdAt": "2026-07-28T03:13:18.000Z", "updatedAt": "2026-07-28T03:13:18.000Z", "uid": "35240-8e34866c-56a8-4a09-81de-df14674de774" } ], "id": "45e0e11a-69f6-41a8-af91-6188b269787c", "createdAt": "2026-07-28T03:13:18.000Z", "updatedAt": "2026-07-28T03:13:18.000Z", "uid": "35240-45e0e11a-69f6-41a8-af91-6188b269787c" } ], "id": "8f5dab9f-eb31-40d7-b22a-ef775900e03e", "createdAt": "2026-07-28T03:13:18.000Z", "updatedAt": "2026-07-28T03:13:18.000Z", "uid": "35240-8f5dab9f-eb31-40d7-b22a-ef775900e03e" } ], "variable": [ { "key": "baseUrl", "value": "https://demo.thingsboard.io" } ] }