Query short URL Info request service with secondary ID, used for analytics and tracking
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"
}