Skip to main content
POST
Filter accounts

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Query Parameters

top
integer

Maximum number of items to return (default 25, max 1000)

skip
integer

Number of items to skip

Body

application/json

Request body for filtering contact accounts with advanced criteria

search
string | null

Search term to filter accounts by name

sortBy
string | null

Field name to sort by

sortDirection
enum<string> | null

Sort direction

Available options:
asc,
desc
listId
integer | null

Filter by contact list ID

filters
Account Filter Item · object[] | null

Advanced filter conditions

Response

Paginated list of accounts matching filter criteria

items
Contact Account · object[]
hasMore
boolean

Whether more items are available beyond the current page