{ "opencollection": "1.0.0", "info": { "name": "Increase Account Numbers Programs API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Programs", "type": "folder" }, "items": [ { "info": { "name": "List Programs", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/programs", "params": [ { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List Programs" }, { "info": { "name": "Retrieve a Program", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/programs/:program_id", "params": [ { "name": "program_id", "value": "program_i2v2os4mwza1oetokh9i", "type": "path" } ] }, "docs": "Retrieve a Program" } ] } ], "bundled": true }