S.EE Docs
API 参考

获取文件可用域名

返回可用于文件分享的域名列表。

GET
/api/v1/file/domains

Header Parameters

Authorization*string

Your API key

Response Body

application/json

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