S.EE Docs
API Reference

Get Available Domains for Text Sharing

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.

GET
/api/v1/text/domains

Header Parameters

Authorization*string

Your API key

Response Body

application/json

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