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