reseller
GET /v1/reseller/overview
Everything you have — every URL, credential and setting, in one read.
Autentizace
Zašlete API klíč jako nosný token (bearer token). Klíč musí mít oprávnění reseller.view; klíč bez něj je odmítnut s kódem 403, nikoli 404.
Sem patří ID vaší organizace
Tento koncový bod přijímá org_id jako parametr dotazu. Pokud ho vynecháte, volání pokryje celý podstrom vašeho nájemce; jeho odesláním volání zúžíte na jednu organizaci.
ID vaší organizace najdete na obrazovce API klíčů ve vašem přehledu, hned vedle samotného klíče. Je to stále stejné ID v každém volání, které provedete.
Vyzvednout
Nahraďte cokoli v závorkách vlastními hodnotami a zástupný symbol klíče klíčem z vašeho řídicího panelu.
curl -X GET https://api.zinndigital.com/v1/reseller/overview \
-H "Authorization: Bearer zdk_live_…"Přihlášeni? Konzole API ve vašem dashboardu automaticky doplní vaše skutečné ID organizace i váš vlastní klíč a odešle požadavek na živé API, abyste viděli reálnou odpověď. Otevřete tento koncový bod v konzoli API
Podrobnosti
The reseller reference card: the address your clients sign in at, the nameservers you hand them, your sending domain, your API base and key counts, where your clients' support goes, which product lines you sell, how many languages their panel offers, and how many client accounts you run. Every block carries the route that changes it, and the gaps (`gateway_gap`, `invoicing_gap`, `support.gap`) are reported as booleans so a screen can say what is missing rather than render a blank field. Requires `reseller.view`.
Parametry
| Název | Typ | Požadováno | Co to je |
|---|---|---|---|
org_id (query) | Uuid | Ne | Which of your organizations this applies to. Required only when you belong to more than one here — otherwise it is inferred, and an id outside your direct memberships is a 404 r… |
Odpověď
| Název | Typ | Požadováno | Co to je |
|---|---|---|---|
program | ResellerOverviewProgram | Ano | — |
panel | ResellerOverviewPanel | Ano | — |
mail | ResellerOverviewMail | Ano | — |
dns | ResellerOverviewDns | Ano | — |
api | ResellerOverviewApi | Ano | — |
support | ResellerOverviewSupport | Ano | — |
commerce | ResellerOverviewCommerce | Ano | — |
languages | ResellerOverviewLanguages | Ano | — |
notifications | ResellerOverviewNotifications | Ano | — |
clients | ResellerOverviewClients | Ano | — |
Chyby, které může tento koncový bod vrátit
401 · 403 · 404 · 429