S.EE Docs
API Reference

Get Available Domains

This API allows you to get all available domains.

GET
/api/v1/domains

Header Parameters

Authorization*string

API key

Response Body

application/json

curl -X GET "https://s.ee/api/v1/domains" \  -H "Authorization: string"
{
  "code": 0,
  "data": {
    "domains": [
      "string"
    ]
  },
  "message": "string"
}