domains

POST /v1/domains/connect

Host DNS for a domain the customer already owns.

Dukkan domains wuraren ƙarshe

Tabbatar da Asali

Aika maɓallin API azaman alamar ɗauka (bearer token). Dole ne maɓallin ya kasance yana da izinin domains.dns.manage; idan babu shi, za a ƙi amfani da maɓallin tare da lambar 403, ba 404 ba.

Inda ID ɗin kungiyar ku ke zuwa

Wannan ma'ajiyar tana karɓar org_id a matsayin fili a cikin jikin JSON.

Ana samun lambar kungiyar ku a kan shafin maɓallan API a cikin madanninku, kusa da maɓallin kansa. Shi ne lambar da ta dace a kowane kiran da kuka yi.

Gwada

May gurbin komai da ke cikin kusurwa da ƙimar ka, kuma may gurbin maballi da maballi daga allon sarrafa ka.

curl -X POST https://api.zinndigital.com/v1/domains/connect \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "fqdn": <string> }'

An shiga? Na'urar sarrafa API da ke cikin sashin kulawarka tana cika ainihin lambar ƙungiyarka da maɓallinka naka, sannan tana gudanar da buƙatar a kan ainihin API don haka zaka iya ganin amsar gaske. Buɗe wannan tashar a cikin na'urar kula da API

Bayani

Creates the domain's zone at our DNS provider, branded with our vanity nameservers in the same operation, and returns the delegation to set at the customer's **own** registrar. This is the BYO path — we become the authoritative DNS, **not** the registrar — so it needs no registrar credential and is how "premium DNS included on every plan" is delivered. The domain must be a zone apex (a subdomain is a `422`) and must not already exist on the platform (a `409` — worded so it never confirms another tenant holds it). Requires `domains.dns.manage`, the same authority that governs the records this makes editable. ⛔ There is deliberately **no `product_line` field**: it is derived server-side from the org's subscriptions, because it decides whether shared fleet A/AAAA records are hidden from this customer. Accepting it would let a Footprint-Free customer connect a domain as `mainstream` and read the fleet IPs.

Jikin buƙata

SunaNau'iAna buƙataAbin da yake
fqdnstringEhThe domain to host DNS for. Must be a zone apex, not a subdomain.
org_idUuidA'aThe organization to connect it in. Optional when the caller holds `domains.dns.manage` in exactly one org; required otherwise.

Martani

SunaNau'iAna buƙataAbin da yake
idUuidEhUUIDv7 identifier — sortable by creation time (docs/02 §8).
org_idUuidEhUUIDv7 identifier — sortable by creation time (docs/02 §8).
fqdnHostnameEhA fully-qualified DNS hostname, lowercase, no trailing dot.
sldstringEh
tldstringEh
product_linestringA'aThe product line this domain was created on. **Not decoration** — it is what decides whether the shared fleet A/AAAA records are hidden from the customer (register #93), so the…
ownership_modestring<registered, connected, transferring_in>Eh
statusDomainStatusEhA domain's lifecycle state (docs/31 §4.10).
registered_atobjectA'a
expires_atobjectA'a
auto_renewbooleanEh
renew_yearsintegerEh
registrar_lockbooleanA'a
privacy_enabledbooleanA'a
nameserversstring[]Eh
dnssec_enabledbooleanA'a
site_idUuid | nullA'aThe site this domain points at, if any.
created_atstringEh
updated_atstringA'a
delegationDelegationEhWhere a domain's DNS delegation actually points. Several observations, not one boolean, because they answer different questions and collapsing them hides the only one that means…

Kuskuren da wannan matsaya za ta iya maido wa

401 · 403 · 409 · 422 · 429 · 503