PelekaPeleka Developers
API ReferenceAnalytics

Get audience growth over time

GET
/api/v1/analytics/contacts/growth
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/growth"
{  "days": [    {      "date": "Mon",      "total": 20000,      "gained": 220,      "lost": 20    }  ],  "weeks": [    {      "date": "Week 1",      "total": 15400,      "gained": 450,      "lost": 50    }  ],  "months": [    {      "date": "Nov",      "total": 13500,      "gained": 1700,      "lost": 200    }  ]}