Increase
Connector for the increase API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.increase.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
list_account_numbers— GET /account_numbers — List Account Numbersretrieve_an_account_number— GET /account_numbers/{account_number_id} — Retrieve an Account Numberlist_account_statements— GET /account_statements — List Account Statementsretrieve_an_account_statement— GET /account_statements/{account_statement_id} — Retrieve an Account Statementlist_account_transfers— GET /account_transfers — List Account Transfersretrieve_an_account_transfer— GET /account_transfers/{account_transfer_id} — Retrieve an Account Transfer
Inputs
apiKey— your increase API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: list_account_numbers
apiKey: <your key>