S.EE

Get Available Domains

This API allows you to get all available domains.

GET
/api/v1/domains
/api/v1/domains

Header Parameters

Authorization
Required
string

API key

curl -X GET "https://s.ee/api/v1/domains" \
  -H "Authorization: string"

OK

{
  "code": 0,
  "data": {
    "custom_slug": "string",
    "short_url": "string",
    "slug": "string"
  },
  "message": "string"
}