hosting

GET /v1/hosting/applications

List the applications a NEW site on a product line can be built with.

Tutti gli endpoint hosting

Autenticazione

Invia una chiave API come bearer token. Questo endpoint non specifica un permesso specifico nella specifica, quindi assegna alla tua chiave i permessi minimi necessari e verifica la risposta invece di fare supposizioni.

Questo endpoint non richiede alcun ID organizzazione. La tua chiave identifica già l'organizzazione a cui appartiene e la risposta è limitata ad essa.

Provalo

Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.

curl -X GET https://api.zinndigital.com/v1/hosting/applications \
  -H "Authorization: Bearer zdk_live_…"

Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API

Dettagli

The platform-level sibling of `GET /v1/hosting/locations`: authenticated but not tenant-scoped, because it is a statement about what this platform sells rather than about any customer's estate. It exists because the create-site form needs the application list at the one moment no site — and therefore no hosting package — exists to read it from. Scoped by `product_line`, and that narrowing is the point: the footprint-free line deliberately offers a narrower set than mainstream. A missing or unknown `product_line` answers an **empty list**, never everything — an unfiltered fallback would show a footprint-free customer the helpdesks and CRMs that line exists to keep off their sites.

Parametri

NomeTipoObbligatorioChe cos'è
product_line (query)stringNoThe product line to answer for, e.g. `mainstream`.

Risposta

NomeTipoObbligatorioChe cos'è
dataSiteApplication[]

Errori che questo endpoint può restituire

401 · 403 · 429