Skip to main content
GET
/
api
/
contact-metrics
/
contacts
Get contacts by category with pagination
curl --request GET \
  --url https://your-instance.example.com/api/contact-metrics/contacts \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

categoryKey
string
startDate
string<date-time>
endDate
string<date-time>
page
string
limit
string
pipelineId
string

Response

Contacts returned

Generic response envelope. Endpoint-specific fields are intentionally open.