{ "opencollection": "1.0.0", "info": { "name": "Utility Accounting Authorizations API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authorizations", "type": "folder" }, "items": [ { "info": { "name": "List Authorizations", "type": "http" }, "http": { "method": "GET", "url": "https://utilityapi.com/api/v2/authorizations", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "next", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List all submitted authorizations for the authenticated account." }, { "info": { "name": "Get Authorization", "type": "http" }, "http": { "method": "GET", "url": "https://utilityapi.com/api/v2/authorizations/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Retrieve a specific authorization by UID." }, { "info": { "name": "Modify Authorization", "type": "http" }, "http": { "method": "PUT", "url": "https://utilityapi.com/api/v2/authorizations/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "Unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update metadata on an existing authorization." }, { "info": { "name": "Delete Authorization", "type": "http" }, "http": { "method": "DELETE", "url": "https://utilityapi.com/api/v2/authorizations/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Delete an authorization and associated data." }, { "info": { "name": "Revoke Authorization", "type": "http" }, "http": { "method": "POST", "url": "https://utilityapi.com/api/v2/authorizations/:uid/revoke", "params": [ { "name": "uid", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Revoke a customer's authorization to access their utility data." } ] } ], "bundled": true }