« Back to Documentation Overview

get_link

Section: Links
Version: 1.5.0


Get single click-tracked link using LINK_ID.


Parameters
stringAPI_KEY
object
stringlinkLINK_ID
Return Value
objectLINK_ID
stringmessageMESSAGE_ID
stringnameMy Home Page
stringurlhttp://myhomepage.com
integerclicks32

Example Request JSON

[
    "API_KEY",
    {
        "link": "LINK_ID"
    }
]

Example Response JSON

{
    "LINK_ID": {
        "message": "MESSAGE_ID",
        "name": "My Home Page",
        "url": "http:\/\/myhomepage.com",
        "clicks": 32
    }
}
API-wide Errors
API key verification failed API key verification failed
API client IP not allowed API client IP not allowed
Invalid params Attribute params must be reference to hash