- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Searches for available domain names similar to the provided query.
Availability results from this method are approximate; call registrations.retrieveRegisterParameters on a domain before registering to confirm availability.
HTTP request
GET https://domains.googleapis.com/v1beta1/{location=projects/*/locations/*}/registrations:searchDomains
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
location |
Required. The location. Must be in the format |
Query parameters
| Parameters | |
|---|---|
query |
Required. String used to search for available domain names. Authorization requires the following IAM permission on the specified resource
|
Request body
The request body must be empty.
Response body
Response for the registrations.searchDomains method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"registerParameters": [
{
object ( |
| Fields | |
|---|---|
registerParameters[] |
Results of the domain name search. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.