Search Accounts
Search for accounts using a flexible query language.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
Key-Inflection
Determines casing for the API response.
Allowed values:
Idempotency-Key
Ensures the request is idempotent.
Query Parameters
fields
Comma-separated list(s) of attributes to include in the response. This can be used to customize which attributes will be serialized in the response. See Serialization for more details.
page
Request
This endpoint expects an object.
query
Search query using boolean logic (AND/OR/NOT) and comparison operators. Supports predicates with operators: eq (equal), gt (greater than), gte (greater than or equal), lt (less than), lte (less than or equal).
sort
Sort configuration for results
page
Pagination parameters
Response
This endpoint returns a collection of Account objects matching the search criteria.
data
An array of Accounts matching the search criteria
links

