Method: projects.locations.registrations.retrieveRegisterParameters

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/v1beta1/{location=projects/*/locations/*}/registrations:retrieveRegisterParameters

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
location

string

Required. The location. Must be in the format projects/*/locations/*.

Authorization requires the following IAM permission on the specified resource location:

  • domains.registrations.list

Query parameters

Parameters
domainName

string

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 (RegisterParameters)
  }
}
Fields
registerParameters

object (RegisterParameters)

Parameters to use when calling the registrations.register method.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.