Topic-Based Analytics API

Get analytics data for a topic containing shortened URLs

get

Returns analytics for a specific topic, including total clicks, unique users, and a breakdown of individual URLs under the topic.

Path parameters
topicstringRequired

The topic for which analytics data is requested.

Responses
chevron-right
200

Analytics data retrieved successfully

application/json
totalClicksintegerOptionalExample: 4
uniqueUsersintegerOptionalExample: 3
get
/analytics/topic/{topic}

Last updated