PelekaPeleka Developers
API ReferenceAnalytics

Get form traffic sources

GET
/api/v1/analytics/forms/traffic-sources
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/traffic-sources"
[  {    "name": "Direct",    "value": 38,    "count": 4480  }]