URL Analytics API
Returns analytics including total clicks, unique users, and detailed breakdown by date, OS type, and device type.
Path parameters
aliasstringRequired
The alias for the shortened URL.
Responses
200
Analytics data retrieved successfully
application/json
404
Alias not found
application/json
500
Internal server error
application/json
get
/analytics/{alias}Last updated