S.EE Docs
API Reference

Get Link Visit Statistics

This API allows you to get visit statistics for a specific short link.

GET
/api/v1/link/visit-stat

Query Parameters

domain*string

the domain name

slug*string

the short URL slug

period?string

time period: daily, monthly, totally (default: totally)

Header Parameters

Authorization*string

API key

Response Body

application/json

curl -X GET "https://s.ee/api/v1/link/visit-stat?domain=string&slug=string" \  -H "Authorization: string"
{
  "code": 0,
  "data": {
    "visit_count": 0
  },
  "message": "string"
}