API ReferenceAnalytics
Get the most-clicked links
Authorization
api-key X-API-Key<token>
In: header
Query Parameters
startDate?string
Start date (ISO 8601)
endDate?string
End date (ISO 8601)
broadcastId?string
Broadcast UUID (optional)
Response Body
application/json
curl -X GET "https://example.com/api/v1/analytics/top-links"[ { "linkUrl": "https://example.com/sale", "clicks": 2100, "uniqueClicks": 1850 }]