Skip to main content
Version: main (unreleased)

TopLinkCount

link_idstringrequired
Example: link-123
short_codestringrequired
Example: abc123
titlestring | nullnullable
Example: My Link
countinteger<int64>required
Example: 50
custom_domainstring | nullnullable

Custom domain this link belongs to, if any.

Example: go.mybrand.com
TopLinkCount
{
"link_id": "link-123",
"short_code": "abc123",
"title": "My Link",
"count": 50,
"custom_domain": "go.mybrand.com"
}