Retrieve total views for a short URL
Fetches the total number of views for the specified short URL. Requires authentication and only the owner of the short URL can access this information.
Authorization
bearerAuth Enter your API key to access this API
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://qrcodly.theosirislabs.com/api/v1/short-url/string/get-views"{
"views": 0
}{
"message": "string",
"code": 0
}{
"message": "string",
"code": 0
}{
"message": "string",
"code": 0
}{
"message": "string",
"code": 0
}Get Analytics for short URL GET
Fetches analytics data for the specified short URL, including click counts, visitor statistics, and other tracking information. Requires authentication, and only the owner of the short URL can access its analytics.
Reserve a short URL GET
Generates and reserves a new short URL for the authenticated user. This ensures the short URL is unique and ready for use. Returns the reserved short URL object including its code, target URL (if set), and metadata.