catalog
GET /v1/catalog/compute
List the sellable cloud machine sizes.
Автентифікація
Ця кінцева точка є публічною. Вона не потребує жодних облікових даних чи організації — це те, що читають наш власний маркетинговий сайт та пошукові системи на основі штучного інтелекту.
Цей кінцевий пункт не потребує ідентифікатора організації. Ваш ключ уже ідентифікує організацію, якій він належить, і відповідь обмежується її межами.
Спробувати
Замініть усе в кутових дужках власними значеннями, а заповнювач ключа — ключем із вашої панелі керування.
curl -X GET https://api.zinndigital.com/v1/catalog/computeУвійшли в систему? Консоль API у вашій панелі керування автоматично підставляє ваш реальний ідентифікатор організації та ваш власний ключ, а також виконує запит до робочого API, щоб ви могли побачити справжню відповідь. Відкрийте цю кінцеву точку в консолі API
Деталі
Every Zinn® Cloud size a customer may buy, with every cadence it is priced at, read straight from the catalogue rows an operator edits in admin. Public — no authentication, no tenant, no principal — and cacheable exactly like listCatalogPlans (strong ETag + max-age=60). This is not getComputeCatalogue made public, and it deliberately cannot become it. That endpoint (GET /v1/compute/catalogue, sites.view) reads the provider matrix, which is an org-scoped live call to the vendor with the org's own credentials. This one is a pure read of our own plan and price rows, which is why it can be served to a logged-out visitor at all. The corollary is part of the contract: this endpoint returns no providers and no data centres. Both are defaulted server-side at checkout, once an org exists to read them with. Only sizes that can actually be bought are listed. A size with no vendor spec token, or with no price at any sellable cadence, is one the cart refuses — listing it would be a configurator that offers a size and then answers 422. Returned whole, not cursor-paginated, matching listCatalogPlans: a configurator needs every size at once to render a comparison, not 50 at a time.
Параметри
| Назва | Тип | Обов'язкове | Що це таке |
|---|---|---|---|
If-None-Match (header) | string | Ні | A previously returned ETag; a match responds 304. |
Відповідь
| Назва | Тип | Обов'язкове | Що це таке |
|---|---|---|---|
data | PublicComputeTier[] | Так | — |
Помилки, які може повертати ця кінцева точка
429