QRcodly
APIShort url

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.

GET
/short-url/{shortCode}/get-views

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API key to access this API

In: header

Path Parameters

shortCode*string

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
}