List Account Numbers
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.
The status to retrieve Account Numbers for. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three.
The ACH Debit status to retrieve Account Numbers for. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three.
Filter Account Numbers to those belonging to the specified Account.
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 Number List
Example response
{
"data": [
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number": "987654321",
"created_at": "2020-01-31T23:59:59Z",
"id": "account_number_v18nkfqm6afpsrvy82b2",
"idempotency_key": null,
"inbound_ach": {
"debit_status": "blocked"
},
"inbound_checks": {
"status": "check_transfers_only"
},
"name": "ACH",
"routing_number": "101050001",
"status": "active",
"type": "account_number"
}
],
"next_cursor": "v57w5d"
}