Search Accounts

How to search accounts by account/borrower id or phone or email.

The Search Accounts API gets all borrower accounts by specified filters.
This can be helpful if you want to search one or multiple accounts by account/borrower id or email or phone number.

To enable phone number uniques, please use this API before each request to Create Account or Add/Update Phone Number.

each account includes the following properties:

  • borrowerId, which is their Borrower ID.
  • isEmailNotVerified, which is either true or undefined and indicates whether their email is verified.
  • isMfaIncomplete, which is either true or undefined and indicates whether their phone is verified.
  • email, which is their email address.
  • phones, which is their phone (or phones).
  • lastActiveAt, which is when they were last active.

This API does not require a JSON body.

Example with a complex filter:

https://domain.com/search?ids=1&ids=2&[email protected]&[email protected]&phones=+123123123&phones=+111122223
Language
Authorization
Header