domains

POST /v1/domain-watches/{watchId}/mute

Silence a watched domain's alerts without removing it.

Tous les points de terminaison domains

Authentification

Envoyez une clé d'API en tant que jeton du porteur (bearer token). Cet endpoint n'indique pas de permission spécifique dans la spécification, attribuez donc à votre clé le minimum requis et vérifiez la réponse plutôt que de faire des suppositions.

Cet endpoint ne prend aucun identifiant d'organisation. Votre clé identifie déjà l'organisation à laquelle elle appartient, et la réponse y est limitée.

Essayer

Remplacez tout ce qui se trouve entre crochets par vos propres valeurs, et le espace réservé à la clé par une clé de votre tableau de bord.

curl -X POST https://api.zinndigital.com/v1/domain-watches/{watchId}/mute \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{  }'

Connecté ? La console d'API de votre tableau de bord saisit votre véritable ID d'organisation ainsi que votre propre clé, et exécute la requête sur l'API de production afin que vous puissiez voir la réponse réelle. Ouvrir ce point de terminaison dans la console API

Détails

⚖️ Owner 2026-08-30: *"can be removed at anytime or silenced at least."* ⛔ A muted watch is **still checked** and its history still recorded — only its notifications are suppressed. Skipping the read would leave a hole, so un-muting would produce a burst of "changes" that are simply everything that happened while nobody was listening. Send `until: null` to un-mute.

Paramètres

NomTypeObligatoireQu'est-ce que c'est
watchId (path)stringOui

Corps de la requête

NomTypeObligatoireQu'est-ce que c'est
untilstringNonSuppress alerts until this instant. `null` un-mutes.

Réponse

NomTypeObligatoireQu'est-ce que c'est
idstringOui
fqdnstringOuiNormalised lowercase punycode.
sourcestring<registered, hosting, manual>OuiHow it came to be watched. `registered` — we hold it. `hosting` — it is attached to a hosting account with us, whoever registered it. `manual` — the customer added it. ⛔ A domai…
domain_idstringNonThe `Domain` row, when the watched name is one of ours.
site_idstringNon
mutedbooleanOuiWhether alerts are currently suppressed.
muted_untilstringNon
expires_atstringNon⛔ `null` is **"the registry did not say"**, never "it does not expire". Render it as unknown; a client that treats it as a far-future date shows a customer a reassuring answer w…
days_until_expiryintegerNonWhole days, or `null` when `expires_at` is unknown.
registrarstringNonAs the registry reports it. Empty when redacted or not yet read.
nameserversstring[]Non
statusstring[]NonThe EPP status set — `clientHold`, `redemptionPeriod`, `pendingDelete`, …
last_checked_atstringNonWhen the registry last answered. ⛔ Every value on this row is a snapshot of the outside world taken at this instant, so it is never rendered without this beside it (§2.36).
created_atstringOui

Erreurs que cet point de terminaison peut renvoyer

401 · 403 · 404 · 422