reseller
GET /v1/reseller/languages
The languages your clients' panel offers.
Pengesahan
Hantar kunci API sebagai token pembawa. Kunci tersebut mesti membawa kebenaran reseller.view; kunci yang tidak mempunyainya akan ditolak dengan 403, bukan 404.
Tempat ID organisasi anda diletakkan
Titik akhir ini mengambil org_id sebagai parameter pertanyaan. Biarkan ia kosong dan panggilan tersebut meliputi keseluruhan subpohon penyewaan anda; hantarkannya untuk mengecilkan panggilan kepada satu organisasi.
ID organisasi anda terletak pada skrin kekunci API dalam papan pemuka anda, di sebelah kekunci itu sendiri. Ia adalah ID yang sama dalam setiap panggilan yang anda buat.
Cuba
Gantikan apa sahaja di dalam kurungan sudut dengan nilai anda sendiri, dan pemegang tempat kunci dengan kunci dari papan pemuka anda.
curl -X GET https://api.zinndigital.com/v1/reseller/languages \
-H "Authorization: Bearer zdk_live_…"Sudah log masuk? Konsol API dalam papan pemuka anda mengisi id organisasi sebenar dan kunci anda sendiri, serta menjalankan permintaan terhadap API langsung supaya anda boleh melihat respons sebenar. Buka penamat ini dalam konsol API
Butiran
Every language the panel ships in, with `offered` saying whether your clients see it. All of them are included in your programme at no extra cost; narrowing the list is a presentation choice for a reseller selling into one market. `offers_all: true` means you have made no choice and your clients get the full set. Requires `reseller.view`.
Parameter
| Nama | Jenis | Diperlukan | Apakah ia |
|---|---|---|---|
org_id (query) | Uuid | Tidak | 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… |
Respons
| Nama | Jenis | Diperlukan | Apakah ia |
|---|---|---|---|
languages | ResellerLanguage[] | Ya | — |
offers_all | boolean | Ya | You have made no choice, so your clients get every language. |
offered_count | integer | Ya | — |
total_count | integer | Ya | — |
default_locale | string | Ya | What a new client account starts in. Empty means the platform default. |
switcher | boolean | Tidak | Whether the language control renders in your clients' panel at all. `false` shows every client the panel in `default_locale`; it never removes their right to change their own ac… |
Ralat yang boleh dikembalikan oleh titik akhir ini
401 · 403 · 404 · 429