Short-Bitunix
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. Analytics
  • URL Collections
    • POST Url
      POST
    • GET Url
      GET
    • GET Url ID
      GET
    • UPDATE Url by ID
      PUT
    • DELETE Url by ID
      DELETE
    • GET QrCode by ID
      GET
  • Sources Bank
    • POST Sources
      POST
    • GET Sources
      GET
    • GET Sources by ID
      GET
    • PUT Sources by ID
      PUT
    • DELETE Sources by ID Copy
      DELETE
  • Medium Bank
    • POST Medium
      POST
    • GET Medium
      GET
    • GET Medium by ID
      GET
    • PUT Medium by ID
      PUT
    • DELETE Medium by ID Copy
      DELETE
  • Partner Code Bank
    • POST VipCodes
    • GET VipCodes
    • GET VipCodes by ID
    • PUT VipCodes by ID
    • DELETE VipCodes by ID Copy
  • Tag Bank
    • POST Tags
    • GET Tags
    • GET Tags by ID
    • PUT Tags by ID
    • DELETE Tags by ID
  • Analytics
    • GET All clicks URL
      GET
    • GET spesific shrtlink analytics
      GET
    • GET clicks from ID
      GET
    • GET All clicks URL
      GET
    • GET All clicks countries
      GET
    • GET All clicks cities
      GET
    • GET All clicks regions
      GET
    • GET All clicks continents
      GET
    • GET All clicks devices
      GET
    • GET All clicks browsers
      GET
    • GET All clicks source
      GET
    • GET All clicks medium
      GET
    • GET All clicks campaign
      GET
    • GET All clicks term
      GET
    • GET All clicks content
      GET
  • Auth
    • POST Register
    • POST Login
    • PUT Change Name User Auth
    • POST Logout
  • Untitled Endpoint
    GET
  1. Analytics

GET clicks from ID

Develop Env
http://localhost:8000/api/
Develop Env
http://localhost:8000/api/
GET
analytics/clicks/41

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8000/api/analytics/clicks/41'

Responses

🟢200Success
application/json
Body
status
integer 
required
data
object 
required
url
string 
required
destination_url
string 
required
clicks
array [object {2}] 
required
total_clicks
integer 
required
Example
{
    "status": 200,
    "data": {
        "url": "short.bitunixads.com/eXSjFX",
        "destination_url": "https://bintangjtobing.com/?utm_source=google&utm_medium=Cpc&utm_campaign=Summer-sale&utm_term=Running-shoes",
        "clicks": [
            {
                "hour": "2025-03-06 15:00:00",
                "clicks": 1
            }
        ],
        "total_clicks": 1
    }
}
Modified at 2025-03-06 17:36:41
Previous
GET spesific shrtlink analytics
Next
GET All clicks URL
Built with