Skip to main content
GET
/
v3
/
sequences
/
steps
/
contact-filter-properties
List contact filter properties
curl --request GET \
  --url https://api.reply.io/v3/sequences/steps/contact-filter-properties \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Authorization: Bearer <your-api-key>

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

Response

Dictionary of property definitions keyed by property name

{key}
ConditionPropertyResponse · object

Describes a single contact filter property available for sequence step conditions. Each property defines which operators can be used and, for enum-like properties, the allowed values.