domains

GET /v1/domains/{domainId}/settings

Get a domain's registrar settings.

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. Khóa này phải có quyền sites.view; khóa không có quyền này sẽ bị từ chối với mã lỗi 403, không phải 404.

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 GET https://api.zinndigital.com/v1/domains/{domainId}/settings \
  -H "Authorization: Bearer zdk_live_…"

Đã đă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

Auto-renew, registrar transfer lock, DNSSEC and WHOIS privacy for an owned domain. Served from our mirror of the registrar's state rather than a live vendor round-trip, so a detail screen never waits on a third party. Requires `sites.view`. **422 also covers a refusal that will never succeed.** A domain registered through the Cloudflare route has no API-writable transfer lock or WHOIS privacy — Cloudflare exposes neither for a registration made through its registrations endpoint — so the answer names the Cloudflare dashboard and offers support rather than `503 try again`, which is a sentence a customer would act on for ever.

Tham số

TênLoạiBắt buộcNội dung này là gì
domainId (path)UuidThe domain's id.

Phản hồi

TênLoạiBắt buộcNội dung này là gì
registrarstringThe registrar driver holding this domain (a driver name, never a vendor id).
auto_renewbooleanWhether we renew it before expiry. Ours, not the registrar's.
transfer_lockbooleanRegistrar transfer lock (`clientTransferProhibited`) — blocks an outbound transfer.
dnssec_enabledboolean
privacy_enabledbooleanWHOIS privacy / registrant redaction, where the TLD supports it.

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

401 · 403 · 404 · 422 · 429