Method: getSettings

Gets the discovery resource (which includes information such as the display name for Google Domains) or returns 404 if Google Domains does not manage the zone for the provided domain name. For more information on this resource, please see the Domain Connect protocol documentation.

HTTP request

GET https://domainconnect.googleapis.com/v2/{domain}/settings

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
domain

string

end-user's domain

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

NEXT ID: 6

JSON representation
{
  "providerId": string,
  "providerName": string,
  "providerDisplayName": string,
  "urlSyncUX": string,
  "urlAPI": string
}
Fields
providerId

string

DNS Provider identifier. Should be the domain name of the DNS Provider.

providerName

string

DNS Provider name.

providerDisplayName

string

DNS Provider name as should be displayed by Service Providers.

urlSyncUX

string

DomainConnect's base URL for the synchronous flow's UX at the DNS Provider.

urlAPI

string

DomainConnect's base URL for the public REST API.