reseller
POST /v1/reseller/nameservers/verify
Check whether your nameservers answer.
Authenticatie
Stuur een API-sleutel mee als bearer token. De sleutel moet over de permissie reseller.manage beschikken; een sleutel zonder deze permissie wordt geweigerd met een 403 in plaats van een 404.
Waar je organisatie-id komt te staan
Dit eindpunt accepteert org_id als queryparameter. Laat deze achterwege en de aanroep destilleert je gehele tenant-substructie; stuur deze mee om de aanroep te beperken tot één organisatie.
Uw organisatie-id staat op het scherm met API-sleutels in uw dashboard, naast de sleutel zelf. Dit is in elke aanroep die u doet dezelfde id.
Probeer het
Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.
curl -X POST https://api.zinndigital.com/v1/reseller/nameservers/verify \
-H "Authorization: Bearer zdk_live_…"Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console
Details
Looks your hostnames up on the public internet and confirms they resolve to our anycast addresses. Requires `reseller.manage`. ⛔ This is the only thing that turns `serving` on, and `serving` is what lets a real client zone be delegated to you. ⛔ `checked` is `false` when our resolver could not answer. That is **not** "your glue is missing" — nothing is changed, and the two send you to opposite actions.
Parameters
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
org_id (query) | Uuid | Nee | The organization this call acts on. Optional for a caller with exactly one direct membership; **required** for anyone with more than one — which is every reseller and every agen… |
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
domain | string | Ja | The reseller's own domain, or `""` when they have not claimed one. |
hostnames | string[] | Ja | Derived from `domain` — `ns1.acme-hosting.com`, `ns2.acme-hosting.com`. Two, because registries reject a single-nameserver delegation. |
glue | ResellerNameserverGlue[] | Ja | The `A` records the reseller must register at THEIR registrar. Nothing we hold can create them: they are a registry operation on a domain we do not sponsor. |
serving | boolean | Ja | — |
status | string | Ja | One sentence from the last check, for the screen and for support. |
vendor | string | Ja | Which of our anycast DNS providers serves these hostnames. |
checked_at | string | Nee | When it was last CHECKED, whatever the outcome. `null` means nobody has looked — a different fact from "checked and not serving". |
checked | boolean | Nee | Verify responses only. `false` means our resolver could not answer and **nothing was changed** — not that the glue is missing. The two send a reseller to opposite actions. |
supported_vendors | string[] | Nee | The anycast providers that can serve a nameserver brand of your own. |
Fouten die dit eindpunt kan retourneren
401 · 403 · 404 · 429