{ "info": { "_postman_id": "03056953-7c2b-4d50-89fd-8f89780b7e03", "name": "SolarWinds Loggly Account Changes API", "description": "RESTful API for cloud-based log management including event submission, event retrieval, search, and account management. Supports sending events over HTTP/S and retrieving log data via paginating event retrieval endpoints.\n\nContact Support:\n Name: SolarWinds Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:57:32.000Z", "updatedAt": "2026-07-28T02:57:33.000Z", "lastUpdatedBy": "35240", "uid": "35240-03056953-7c2b-4d50-89fd-8f89780b7e03" }, "item": [ { "name": "changes.json", "item": [ { "name": "Solarwinds List Change Requests", "id": "309a561e-47f5-43c2-9656-23f628c3369d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/changes.json?page=1&per_page=25", "host": [ "{{baseUrl}}" ], "path": [ "changes.json" ], "query": [ { "description": "Page number for pagination", "key": "page", "value": "1" }, { "description": "Number of results per page", "key": "per_page", "value": "25" } ] }, "description": "Returns a paginated list of change requests." }, "response": [ { "id": "1daba053-076a-4360-aff9-e80bda09e664", "name": "List of changes", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/changes.json?page=1&per_page=25", "host": [ "{{baseUrl}}" ], "path": [ "changes.json" ], "query": [ { "description": "Page number for pagination", "key": "page", "value": "1" }, { "description": "Number of results per page", "key": "per_page", "value": "25" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"number\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"state\": \"\",\n \"priority\": \"\",\n \"change_type\": \"\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"number\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"state\": \"\",\n \"priority\": \"\",\n \"change_type\": \"\",\n \"created_at\": \"\"\n }\n]", "createdAt": "2026-07-28T02:57:33.000Z", "updatedAt": "2026-07-28T02:57:33.000Z", "uid": "35240-1daba053-076a-4360-aff9-e80bda09e664" }, { "id": "125d9854-8f4e-4ca1-ade9-a0795d171e33", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/changes.json?page=1&per_page=25", "host": [ "{{baseUrl}}" ], "path": [ "changes.json" ], "query": [ { "description": "Page number for pagination", "key": "page", "value": "1" }, { "description": "Number of results per page", "key": "per_page", "value": "25" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:57:33.000Z", "updatedAt": "2026-07-28T02:57:33.000Z", "uid": "35240-125d9854-8f4e-4ca1-ade9-a0795d171e33" } ], "createdAt": "2026-07-28T02:57:33.000Z", "updatedAt": "2026-07-28T02:57:33.000Z", "uid": "35240-309a561e-47f5-43c2-9656-23f628c3369d" } ], "id": "cc81b68a-de35-4eae-9003-b8493f94f617", "createdAt": "2026-07-28T02:57:33.000Z", "updatedAt": "2026-07-28T02:57:33.000Z", "uid": "35240-cc81b68a-de35-4eae-9003-b8493f94f617" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "subdomain", "value": "logs-01" }, { "key": "baseUrl", "value": "https://{{subdomain}}.loggly.com/apiv2" } ] }