Lead Analytics
GET /v1/analytics/leadsParameters
Parameter
Type
Default
Description
Response
{
"period": {
"from": "2026-03-01T00:00:00.000Z",
"to": "2026-03-12T00:00:00.000Z"
},
"interval": "day",
"data": [
{
"date": "2026-03-01",
"total": 3,
"by_source": {
"chat": 2,
"voice": 1
}
},
{
"date": "2026-03-02",
"total": 5,
"by_source": {
"chat": 3,
"whatsapp": 2
}
}
]
}Example
Last updated