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
[[["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 2025-06-30 UTC."],[[["This API endpoint retrieves the necessary parameters for registering a new domain name, including its current price and availability status."],["The HTTP request for this operation uses a `GET` method to the specified URL and requires the format to be `https://domains.googleapis.com/v1beta1/{location=projects/*/locations/*}/registrations:retrieveRegisterParameters`."],["A required `location` path parameter must be provided in the format `projects/*/locations/*` and the API also requires the `domainName` query parameter."],["The request body must be left empty, and the response will contain a `registerParameters` object with data needed for the `registrations.register` method."],["The request is authenticated via OAuth and requires the `https://www.googleapis.com/auth/cloud-platform` scope."]]],[]]