{ "opencollection": "1.0.0", "info": { "name": "GridX Enterprise Rate Platform Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Obtain a JWT bearer token", "type": "http" }, "http": { "method": "GET", "url": "https://pge-pe-api.gridx.com/v1/token" }, "docs": "Returns a JWT bearer token (valid ~1 hour) used to authorize Customer Information and Usage requests. A separate token-authentication flow secures the OpenADR endpoints." } ] } ], "bundled": true }