Short-Bitunix
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. Home
  • 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
      POST
    • GET VipCodes
      GET
    • GET VipCodes by ID
      GET
    • PUT VipCodes by ID
      PUT
    • DELETE VipCodes by ID Copy
      DELETE
  • Tag Bank
    • POST Tags
      POST
    • GET Tags
      GET
    • GET Tags by ID
      GET
    • PUT Tags by ID
      PUT
    • DELETE Tags by ID
      DELETE
  • Analytics
    • GET All clicks URL
    • GET spesific shrtlink analytics
    • GET clicks from ID
    • GET All clicks URL
    • GET All clicks countries
    • GET All clicks cities
    • GET All clicks regions
    • GET All clicks continents
    • GET All clicks devices
    • GET All clicks browsers
    • GET All clicks source
    • GET All clicks medium
    • GET All clicks campaign
    • GET All clicks term
    • GET All clicks content
  • Auth
    • POST Register
    • POST Login
    • PUT Change Name User Auth
    • POST Logout
  • Untitled Endpoint
    GET
  1. Home

Untitled Endpoint

Developing
Develop Env
http://localhost:8000/api/
Develop Env
http://localhost:8000/api/
GET

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/'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-04-08 17:15:15
Previous
POST Logout
Built with