API Reference
Get Available Domains for Short URLs
Returns a list of all domains available for creating short URLs with your account. Use these domain values when calling the Create Short URL endpoint.
curl -X GET "https://s.ee/api/v1/domains" \ -H "Authorization: string"{
"code": 0,
"data": {
"domains": [
"string"
]
},
"message": "string"
}Delete Text Sharing DELETE
Permanently deletes a text sharing. This action cannot be undone. The slug will become available for reuse after deletion.
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.