API Reference
Get All Tags
Returns all tags you have created. Tags help organize your short URLs and shared texts into categories for easier management.
curl -X GET "https://s.ee/api/v1/tags" \ -H "Authorization: string"{
"code": 0,
"data": {
"tags": [
{
"id": 0,
"name": "string"
}
]
},
"message": "string"
}Get Link Visit Statistics GET
Retrieves click/visit statistics for a specific short URL. You can get daily, monthly, or all-time statistics by specifying the period parameter.
Get Available Domains for Text Sharing GET
Returns a list of all domains available for creating text sharing URLs with your account. Use these domain values when calling the Create Text Sharing endpoint.