- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- TransferParameters
- Try it!
Deprecated: For more information, see Cloud Domains feature deprecation
Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For domains already managed by Google Domains, use registrations.import
instead.
Use the returned values to call registrations.transfer
.
HTTP request
GET https://domains.googleapis.com/v1/{location=projects/*/locations/*}/registrations:retrieveTransferParameters
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
location |
Required. The location. Must be in the format Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
domainName |
Required. The domain name. Unicode domain names must be expressed in Punycode format. |
Request body
The request body must be empty.
Response body
Deprecated: For more information, see Cloud Domains feature deprecation. Response for the registrations.retrieveTransferParameters
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"transferParameters": {
object ( |
Fields | |
---|---|
transferParameters |
Parameters to use when calling the |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
TransferParameters
Deprecated: For more information, see Cloud Domains feature deprecation. Parameters required to transfer a domain from another registrar.
JSON representation |
---|
{ "domainName": string, "currentRegistrar": string, "currentRegistrarUri": string, "nameServers": [ string ], "transferLockState": enum ( |
Fields | |
---|---|
domainName |
The domain name. Unicode domain names are expressed in Punycode format. |
currentRegistrar |
The registrar that currently manages the domain. |
currentRegistrarUri |
The URL of the registrar that currently manages the domain. |
nameServers[] |
The name servers that currently store the configuration of the domain. |
transferLockState |
Indicates whether the domain is protected by a transfer lock. For a transfer to succeed, this must show |
supportedPrivacy[] |
Contact privacy options that the domain supports. |
yearlyPrice |
Price to transfer or renew the domain for one year. |