FTP Accounts List
Response
CODE
{
"status": true,
"data": [
{
"uuid": "*****-******-*******-*******",
"bucket_uuid": "*****-******-*******-*******",
"name": "hidden",
"path": "hidden/",
"login_allowed": true,
"count": 0,
"is_readonly": false,
"wrap_rules": []
},
{
"uuid": "*****-******-*******-*******",
"bucket_uuid": "*****-******-*******-*******",
"name": "ftp-test_hidden",
"path": "test-bucket-x/subfolder2",
"login_allowed": true,
"count": 0,
"is_readonly": false,
"wrap_rules": [
{
"type": "deny",
"rule": [
"1.2.3.4"
]
}
]
}
]
}