API ReferenceAnalytics
Get performance broken down by segment
Authorization
api-key X-API-Key<token>
In: header
Query Parameters
startDate?string
endDate?string
Response Body
application/json
curl -X GET "https://example.com/api/v1/analytics/contacts/segment-performance"[ { "segmentId": "uuid", "segment": "VIP Customers", "openRate": 72, "clickRate": 38 }]