Create a new FTP account with a selected directory and quota.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example user string required password string required directory string quota number No response body
https://cloud.hostup.se/api/hosting/{accountId}/ftp-accounts curl -X POST "https://cloud.hostup.se/api/hosting/0/ftp-accounts" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"user": "string",
"password": "string",
"directory": "string",
"quota": 0
}' {} {
"user": "string",
"password": "string",
"directory": "string",
"quota": 0
}