domains

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

Silence a watched domain's alerts without removing it.

Tất cả các điểm cuối domains

Xác thực

Gửi khóa API dưới dạng mã thông báo bearer. Điểm cuối này không nêu rõ quyền cụ thể trong thông số kỹ thuật, vì vậy hãy cấp cho khóa của bạn quyền tối thiểu cần thiết và kiểm tra phản hồi thay vì phỏng đoán.

Endpoint này không nhận ID tổ chức. Khóa của bạn đã xác định tổ chức mà nó thuộc về và phản hồi được giới hạn trong phạm vi đó.

Dùng thử

Thay thế bất kỳ nội dung nào trong ngoعل (angle brackets) bằng giá trị của riêng bạn và trình giữ chỗ key bằng một key từ trang tổng quan của bạn.

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

Đã đăng nhập? Bảng điều khiển API trong trang quản lý của bạn sẽ tự điền ID tổ chức thực tế và khóa của riêng bạn, sau đó chạy yêu cầu đối với API trực tiếp để bạn có thể xem phản hồi thực tế. Mở điểm cuối này trong bảng điều khiển API

Chi tiết

⚖️ 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.

Tham số

TênLoạiBắt buộcNội dung này là gì
watchId (path)string

Nội dung yêu cầu

TênLoạiBắt buộcNội dung này là gì
untilstringKhôngSuppress alerts until this instant. `null` un-mutes.

Phản hồi

TênLoạiBắt buộcNội dung này là gì
idstring
fqdnstringNormalised lowercase punycode.
sourcestring<registered, hosting, manual>How 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_idstringKhôngThe `Domain` row, when the watched name is one of ours.
site_idstringKhông
mutedbooleanWhether alerts are currently suppressed.
muted_untilstringKhông
expires_atstringKhông⛔ `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_expiryintegerKhôngWhole days, or `null` when `expires_at` is unknown.
registrarstringKhôngAs the registry reports it. Empty when redacted or not yet read.
nameserversstring[]Không
statusstring[]KhôngThe EPP status set — `clientHold`, `redemptionPeriod`, `pendingDelete`, …
last_checked_atstringKhôngWhen 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_atstring

Các lỗi điểm cuối này có thể trả về

401 · 403 · 404 · 422