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