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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-19 UTC."],[[["This webpage details the process of retrieving parameters needed to register a new domain name using the `registrations.retrieveRegisterParameters` method."],["The required HTTP request is a `GET` request to a specific URL with path parameters that define the location in the format `projects/*/locations/*`."],["A `domainName` is required as a query parameter, and must be in Punycode format for Unicode domain names."],["The request body must be empty, and a successful response will include an object called `registerParameters`, which are essential parameters to use when registering a domain."],["Authorization requires the `domains.registrations.list` IAM permission on the specified location and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]