S.EE Docs
API Reference

Get Available Domains for File Sharing

Returns a list of all domains available for creating file sharing URLs with your account. Use these domain values when calling the File Upload endpoint.

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"}