v4
OpenAPI 3.1.02026-08-012402353.8 MBList Accounts
Query parameters
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Filter Accounts for those belonging to the specified Entity.
Filter Accounts for those belonging to the specified Entity as informational.
Filter Accounts for those in a specific Program.
Filter Accounts for those with the specified status. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Response
Account List
Example response
{
"data": [
{
"account_revenue_rate": null,
"bank": "first_internet_bank",
"closed_at": null,
"created_at": "2020-01-31T23:59:59Z",
"currency": "USD",
"entity_id": "entity_n8y8tnk2p9339ti393yi",
"funding": "deposits",
"id": "account_in71c4amph0vgo2qllky",
"idempotency_key": null,
"informational_entity_id": null,
"interest_rate": "0.055",
"loan": null,
"name": "My first account!",
"program_id": "program_i2v2os4mwza1oetokh9i",
"status": "open",
"type": "account"
}
],
"next_cursor": "v57w5d"
}