API ReferenceAnalytics
Get contact list growth over time
Authorization
api-key X-API-Key<token>
In: header
Query Parameters
startDate?string
Start date (ISO 8601)
endDate?string
End date (ISO 8601)
granularity?string
Granularity: day | week | month (default: day)
Response Body
application/json
curl -X GET "https://example.com/api/v1/analytics/growth"[ { "period": "2026-01-01", "newContacts": 150, "unsubscribed": 8 }]