{ "opencollection": "1.0.0", "info": { "name": "Powernaut authentication historical_data API", "version": "1.0.0" }, "items": [ { "info": { "name": "historical_data", "type": "folder" }, "items": [ { "info": { "name": "Create a pre-signed upload URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.powernaut.io/v1/connect/historical-data/upload-url", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generates a pre-signed S3 PUT URL for uploading historical meter data as a CSV file." } ] } ], "bundled": true }