{ "opencollection": "1.0.0", "info": { "name": "Increase Account Numbers Oauth Applications API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Oauth Applications", "type": "folder" }, "items": [ { "info": { "name": "List OAuth Applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/oauth_applications", "params": [ { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "status.in", "value": "", "type": "query" }, { "name": "created_at.after", "value": "", "type": "query" }, { "name": "created_at.before", "value": "", "type": "query" }, { "name": "created_at.on_or_after", "value": "", "type": "query" }, { "name": "created_at.on_or_before", "value": "", "type": "query" } ] }, "docs": "List OAuth Applications" }, { "info": { "name": "Retrieve an OAuth Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/oauth_applications/:oauth_application_id", "params": [ { "name": "oauth_application_id", "value": "application_gj9ufmpgh5i56k4vyriy", "type": "path" } ] }, "docs": "Retrieve an OAuth Application" } ] } ], "bundled": true }