Get all accounts for all customers

Returns all accounts from the perspective of each customer. For instance, if one account has two customers, these are reflected as two separate items in the response array. Similarly, if one customer has multiple accounts, each account is reflected as a separate item in the response array.

Log in to see full request history
Query Params
integer
0 to 10000

The maximum number of customer accounts to be returned. Defaults to 30.

string

Pass the value from the paging response body in your previous request. If not provided, the zero-indexed starting point will be used. Either starting_after or ending_before may be provided, but not both.

string

Pass the value from the paging response body in your previous request. If not provided, the zero-indexed starting point will be used. Either starting_after or ending_before may be provided, but not both.

string

Comma-separated list of statuses of the accounts to filter by (no whitespaces).
Allowed values: ACTIVE, CLOSED, SUSPENDED

string

Comma-separated list of sub-statuses of the accounts to filter by (no whitespaces).
Allowed values: '', INACTIVITY, INELIGIBLE, DELINQUENT, CHARGE_OFF, GRANTOR_REQUEST, BANKRUPTCY, PAID_OFF, CUSTOMER_REQUEST_PENDING_PAYOFF, GRANTOR_REQUEST_PENDING_PAYOFF, DECEASED, RISK_REVIEW, FRAUD, CUSTOMER_REQUEST, RISK, HARDSHIP/EXEMPTIONS, SETTLEMENT

string

Comma-separated list of the product types of the accounts to filter by (no whitespaces).
Allowed values: INSTALLMENT, INVENTORY_FINANCING, REVOLVING, LOGISTICS_FINANCING, etc.

string

This API supports searching by name_first, name_last, doing_business_as, account_id and product_name. Based on the input search parameter, the top responses from our API search, up to or less than the provided limit will be returned.

string

Returns customer accounts with an 'effective_at' date older than the timestamp passed as a value. Due to format constraints, it is highly recommended to encodeURIComponent() the value before passing it as a query parameter

string

Returns customer accounts with an 'effective_at' date more recent than the timestamp passed as a value. Due to format constraints, it is highly recommended to encodeURIComponent() the value before passing it as a query parameter

Responses

401

Unauthorized.

403

Forbidden.

404

Unable to get customers

429

Too many requests.

default

Unexpected Error.

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json