PelekaPeleka Developers
API ReferenceAnalytics

Get form summary stats

GET
/api/v1/analytics/forms/stats
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/forms/stats"
{  "activeForms": 4,  "totalViews": 30570,  "totalSubmissions": 11790,  "avgConversionRate": 38.6,  "submissionsByDevice": [    {      "device": "Mobile",      "views": 18420,      "submissions": 5840,      "pct": 60    }  ]}