Advanced query short URL Info request service

GET /info/{id}/{client_id}/{sec_id}

Query short URL Info request service with secondary ID, used for analytics and tracking

Path parameters

  • id string Required

    id of model

    Default value is 1.

  • client_id string Required

    Client id from the h2o service customer

    Default value is 28Eyd2p2ofdVapXLDXNnzjTL2vC2.

  • sec_id string Required

    secondary id

    Default value is 051243.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • error string
    • result string
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • result string
  • default
GET /info/{id}/{client_id}/{sec_id}
curl \
 -X GET https://api.h2olinks.com/info/{id}/{client_id}/{sec_id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "error": "string",
  "result": "string"
}
Response examples (400)
{
  "error": "string",
  "result": "string"
}