Search account
GET
/api/v2/directory/accounts/search
This endpoint facilitates the search of an account using various lookup values, such as business and legal name representations, or first name and last name representations, or the email. If the provided lookup value does not match any account record, the endpoint will return no results.
Query Parameters
search_term
string
The parameter 'search_term' is used to search for either, business_name
or legal_name
, first_name
or last_name
, or email
.
True
account_category
string
The category of the account. Either customer
or recipient
. When category is not specified, all categories are searched.
account_type
string
The type of the account. Either individual
or entity
. When type is not specified, all types are searched.
Response
Last updated