{ "opencollection": "1.0.0", "info": { "name": "Utility Accounting Templates API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List Templates", "type": "http" }, "http": { "method": "GET", "url": "https://utilityapi.com/api/v2/templates", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of templates to return" }, { "name": "next", "value": "", "type": "query", "description": "Cursor for pagination" } ] }, "docs": "List all authorization form templates for the authenticated account." }, { "info": { "name": "Get Template", "type": "http" }, "http": { "method": "GET", "url": "https://utilityapi.com/api/v2/templates/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Retrieve a specific authorization form template by UID." } ] } ], "bundled": true }