Search Account

Search accounts by various criteria.
Use this endpoint to look up a specific account using your clientAccountId, or to retrieve
a collection of accounts matching specific criteria (e.g. all active accounts in the "Math Teachers" subgroup).

Lookup by clientAccountId:
curl -H "Authorization: Bearer {TOKEN}" /accounts?clientAccountId=ACT1001

Query all active accounts:
curl -H "Authorization: Bearer {TOKEN}" /accounts?status=active

Note: Default limit is 50 results per response. Always check meta.moreExists to determine whether additional pages are available.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int64

The unique account identifier.

string

The account status filter. e.g. active

string

The client-specific account identifier.

string

The subgroup identifier for the account.

string
length ≤ 50

The first user-defined field. Maximum 50 characters.

string
length ≤ 50

The second user-defined field. Maximum 50 characters.

string
length ≤ 50

The third user-defined field. Maximum 50 characters.

string
length ≤ 50

The fourth user-defined field. Maximum 50 characters.

string
length ≤ 50

The alternate search key for the account. Maximum 50 characters.

string
length ≤ 100

The membership alternate search key. Maximum 100 characters.

string

The healthy savings eligibility status. Must be "Y" or "N".

string

The card number associated with the account.

string

The client group identifier.

string

The program identifier.

string

The account holder's first name.

string

The account holder's last name.

date-time

The account holder's date of birth.

string

The account holder's city.

string

The account holder's state code. Must be a valid US state code.

string

The account holder's postal code.

boolean

Indicates whether internal benefits should be included in the search results.

string

Generates a query string representation of the search criteria.
Only includes parameters that have non-null, non-empty values.

string

The default sorting criteria for account searches.

string

Optional partner identifier for the request context.

string

A comma-separated list of related resources to include in the response. Not used for balance inquiry endpoint.

Allowed values for this resource: benefits, benefits.promotions, transactions, cards, memberships, member. Multiple values can be comma-separated.

string

The API endpoint path for the current request.
Used internally for request tracking and logging purposes.

int32

The total number of records available for the search criteria.
May be hidden from serialization based on HideTotals setting.

int32

The actual number of records returned in the current response.

int32

The starting position (zero-based) for the current page of results.

int32

The maximum number of records to return per page.
Default value is 100 records.

string

The sorting criteria for the current request.
Used internally for query processing and not included in JSON serialization.

boolean

Indicates whether more results exist beyond the current page.
Automatically calculated based on TotalCount, Limit, and Offset unless explicitly overridden.

boolean

Controls whether total count information should be hidden from the response.
Used internally for performance optimization when total counts are expensive to calculate.

string

Additional summary data that can be included with the response.
Used for aggregated information or custom metadata specific to the search results.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

204

No Content

Language
Credentials
Missing 3 required scopes
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json
application/problem+json