Skip to main content
POST
Count filtered contacts

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.

Body

application/json
rules
object[]
listId
integer | null

Filter by contact list ID

sequenceId
integer | null

Filter by sequence ID

sequenceStepId
integer | null

Filter by sequence step ID

searchTerm
string | null

Free-text search term

Response

Count retrieved successfully

count
integer
required

Total number of matching items.

Example:

42