Method: brands.locations.getVerification

  • Gets verification information for a location.

  • The API uses a GET request with a URL specifying the location's unique identifier.

  • The request requires an empty body.

  • A successful response returns a LocationVerification object.

Gets the verification information for a location.

HTTP request

GET https://businesscommunications.googleapis.com/v1/{name=brands/*/locations/*/verification}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The unique identifier of the location verification.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of LocationVerification.