List FTP accounts

Display all FTP accounts on your web hosting account, including username, home directory, and quota. The main account (cPanel user) is also shown.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Headers

Accept Example
Content-Type Example

Responses

200 Successful response
accounts string
count string
GET https://cloud.hostup.se/api/hosting/{accountId}/ftp-accounts
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/hosting/17424/ftp-accounts" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "accounts": "string",
  "count": "string"
}