Show list of accounts for active user.

Responds with accounts collection associated with current user. Has includes of related models, filters, sortings, pagination.

Query Params
string
enum

Used to load nested resources associated with account.

Allowed:
string
enum

Sorts records. Can be sorted in DESC direction by adding "-" prefix.

Allowed:
string

Applies filter by number. Checks if number contains passed value. Can be used for search.

string

Applies filter by typeId.

string

Applies filter by isActive.

string

Applies filter by allowDeposits.

string

Applies filter by allowWithdrawals.

string

Applies filter by userId.

string

Applies filter by currencyCode in account type.

string
enum

Applies filter by currencyType in account type.

Allowed:
boolean

Return accounts which have MIT bank account.

string

Applies filter by createdAt. Returns records where date >= passed.

string

Applies filter by createdAt. Returns records where date < passed.

string

Specifies count of objects returned in response. Default value is 20.

string

Specifies page number to be shown in response. size + number makes offset for records. Default value is 1.

Responses

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