{ "opencollection": "1.0.0", "info": { "name": "Increase Account Numbers Accounts API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/accounts", "params": [ { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "entity_id", "value": "entity_n8y8tnk2p9339ti393yi", "type": "query" }, { "name": "informational_entity_id", "value": "", "type": "query" }, { "name": "program_id", "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" }, { "name": "idempotency_key", "value": "", "type": "query" } ] }, "docs": "List Accounts" }, { "info": { "name": "Create an Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.increase.com/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Account" }, { "info": { "name": "Retrieve an Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/accounts/:account_id", "params": [ { "name": "account_id", "value": "account_in71c4amph0vgo2qllky", "type": "path" } ] }, "docs": "Retrieve an Account" }, { "info": { "name": "Update an Account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.increase.com/accounts/:account_id", "params": [ { "name": "account_id", "value": "account_in71c4amph0vgo2qllky", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Account" }, { "info": { "name": "Retrieve an Account Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/accounts/:account_id/balance", "params": [ { "name": "account_id", "value": "account_in71c4amph0vgo2qllky", "type": "path" }, { "name": "at_time", "value": "", "type": "query" } ] }, "docs": "Retrieve the current and available balances for an account in minor units of the account's currency. Learn more about [account balances](/documentation/balance)." }, { "info": { "name": "Close an Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.increase.com/accounts/:account_id/close", "params": [ { "name": "account_id", "value": "account_in71c4amph0vgo2qllky", "type": "path" } ] }, "docs": "Close an Account" }, { "info": { "name": "Get IntraFi balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/accounts/:account_id/intrafi_balance", "params": [ { "name": "account_id", "value": "account_in71c4amph0vgo2qllky", "type": "path" } ] }, "docs": "Returns the IntraFi balance for the given account. IntraFi may sweep funds to multiple banks. This endpoint will include both the total balance and the amount swept to each institution." } ] } ], "bundled": true }