hosting
GET /v1/sites/{siteId}/ftp-users
List a site's FTP accounts.
Автентифікація
Надішліть ключ API як маркер носія (bearer token). Ключ повинен мати дозвіл sites.view; ключ без нього відхиляється з кодом 403, а не 404.
Цей кінцевий пункт не потребує ідентифікатора організації. Ваш ключ уже ідентифікує організацію, якій він належить, і відповідь обмежується її межами.
Спробувати
Замініть усе в кутових дужках власними значеннями, а заповнювач ключа — ключем із вашої панелі керування.
curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/ftp-users \
-H "Authorization: Bearer zdk_live_…"Увійшли в систему? Консоль API у вашій панелі керування автоматично підставляє ваш реальний ідентифікатор організації та ваш власний ключ, а також виконує запит до робочого API, щоб ви могли побачити справжню відповідь. Відкрийте цю кінцеву точку в консолі API
Деталі
The FTP accounts on the site's hosting package, including the package's own primary account so the customer can see it exists. No password is returned for any of them, and none can be read back: the vendor does expose the primary account's live credentials in cleartext, and this platform deliberately never calls that endpoint. limit is the effective ceiling — the lower of what the package permits and what the customer bought, with either side being unlimited yielding to the other. permitted and can_create are separate because the screen says different things: "your plan does not include this" is not "you have used all of them". 404 for a site with no vendor hosting package. Requires sites.view.
Параметри
| Назва | Тип | Обов'язкове | Що це таке |
|---|---|---|---|
siteId (path) | Uuid | Так | Site ID (UUIDv7). |
Відповідь
| Назва | Тип | Обов'язкове | Що це таке |
|---|---|---|---|
data | SiteFtpUser[] | Так | The accounts on the package, the primary one first. |
limit | VendorAllowance | Так | The effective ceiling on FTP accounts for this site. |
permitted | boolean | Так | Whether the package type includes FTP at all. This is the flag behind "your plan does not include this". |
can_create | boolean | Так | permitted, and the effective ceiling has room. This is the flag behind "you have used all of them". Two fields rather than one because those are different sentences, and a… |
Помилки, які може повертати ця кінцева точка
401 · 403 · 404 · 429 · 503