You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPRECATIONS.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,46 @@ The `to` field in Email Forward schema has been renamed to `destination_email` f
80
80
- Python: Complete
81
81
- Rust: Complete
82
82
83
+
### 2023-05-01 - getWhoisPrivacy endpoint
84
+
85
+
The endpoint `GET /:account/registrar/domains/:domain/whois_privacy` was used to retrieve the WHOIS privacy status for a domain. The WHOIS privacy state can now be retrieved through the `getDomain` endpoint.
86
+
87
+
**Removal Date:** N/A
88
+
89
+
**Replacement:** Use `getDomain` endpoint to retrieve domain WHOIS privacy state.
90
+
91
+
**Client Status:**
92
+
93
+
- Ruby: Not started
94
+
- Go: Not started
95
+
- Elixir: Not started
96
+
- Node.js: Not started
97
+
- Java: Not started
98
+
- C#: Not started
99
+
- PHP: Not started
100
+
- Python: Not started
101
+
- Rust: Not started
102
+
103
+
### 2023-05-01 - renewWhoisPrivacy endpoint
104
+
105
+
The endpoint `POST /:account/registrar/domains/:domain/whois_privacy/renewals` was used to renew the WHOIS privacy service for a domain. WHOIS privacy no longer needs to be renewed as it stays enabled unless explicitly disabled.
106
+
107
+
**Removal Date:** N/A
108
+
109
+
**Replacement:** None. WHOIS privacy no longer requires renewal.
110
+
111
+
**Client Status:**
112
+
113
+
- Ruby: Not started
114
+
- Go: Not started
115
+
- Elixir: Not started
116
+
- Node.js: Not started
117
+
- Java: Not started
118
+
- C#: Not started
119
+
- PHP: Not started
120
+
- Python: Not started
121
+
- Rust: Not started
122
+
83
123
### 2025-11-13 - Domain push `new_account_email` field
84
124
85
125
The `new_account_email` field in Domain Push request has been deprecated in favor of `new_account_identifier`, which provides more flexibility in identifying the target account.
Copy file name to clipboardExpand all lines: content/v2/domains/email-forwards.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Name | Type | Description
31
31
32
32
For general information about sorting, please refer to the [main guide](/v2/#sorting).
33
33
34
-
> [!WARNING]
34
+
> [!WARNING] Deprecated since 25 January 2021
35
35
> The `from` and `to` fields in Email Forward schema have been deprecated. The `from` field has been renamed to `alias_email` and the `to` field has been renamed to `destination_email` for clarity. Use `alias_email` and `destination_email` instead.
Copy file name to clipboardExpand all lines: content/v2/domains/pushes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Initiate a push from the source account `1010` for the `example.com` domain:
33
33
34
34
### Input
35
35
36
-
> [!WARNING]
36
+
> [!WARNING] Deprecated since 13 November 2025
37
37
> The `new_account_email` field in Domain Push request has been deprecated in favor of `new_account_identifier`, which provides more flexibility in identifying the target account. Use `new_account_identifier` instead.
Note that if the WHOIS privacy was never purchased for the domain or if there is another renewal order in progress, renewing WHOIS privacy will return an error.
1507
+
deprecated: true
1508
+
description: 'This endpoint has been deprecated and removed. WHOIS privacy no longer requires renewal.'
0 commit comments