latestOpenAPI 3.0.02026-08-202629123.8 KB

351c1f004617

Links

Get link details

Retrieve details for a specific link by ID.

get/api/v1/get_link/{id}

Path parameters

idinteger required

The id of the Link

Response

Link

base62_idstring
clicks_countinteger

Lifetime click count for this link, including bot traffic

domainobject nullable
domainsobject[]

Example response

{
  "link": {
    "rules": [
      {}
    ]
  }
}