- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Gets parameters needed to register a new domain name, including price and up-to-date availability. Use the returned values to call registrations.register.
HTTP request
GET https://domains.googleapis.com/v1/{location=projects/*/locations/*}/registrations:retrieveRegisterParameters
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
Response for the registrations.retrieveRegisterParameters method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "registerParameters": {
    object ( | 
                  
| Fields | |
|---|---|
registerParameters | 
                    
                       
 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.