API ReferenceAnalytics
Get click breakdown by device
Authorization
api-key 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/broadcasts/clicks-by-device"[ { "device": "Mobile", "clicks": 8420, "pct": 58 }]