{ "opencollection": "1.0.0", "info": { "name": "Lightup Dashboard API Credentials API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Credentials", "type": "folder" }, "items": [ { "info": { "name": "Get access token", "type": "http" }, "http": { "method": "POST", "url": "https://app.{clusterId}.lightup.ai/api/v1/token/refresh/", "body": { "type": "json", "data": "{}" } }, "docs": "Get access token" } ] } ], "bundled": true }