API Reference
Get Available Domains
This API allows you to get all available domains.
curl -X GET "https://s.ee/api/v1/domains" \ -H "Authorization: string"{
"code": 0,
"data": {
"domains": [
"string"
]
},
"message": "string"
}