{ "opencollection": "1.0.0", "info": { "name": "Grid Agent Management Platform Configuration API", "version": "2025-10-13" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Platform Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get platform configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.lightspark.com/grid/2025-10-13/config", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve the current platform configuration" }, { "info": { "name": "Update platform configuration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lightspark.com/grid/2025-10-13/config", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update the platform configuration settings" } ] } ], "bundled": true }