Overall Analytics
This endpoint provides overall analytics for a user, including total URLs, total clicks, unique users, and breakdowns by date, OS type, and device type.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Overall analytics data retrieved successfully
application/json
401
Unauthorized - Invalid or missing bearer token
application/json
500
Internal server error
application/json
get
/analytics/overallLast updated