Method: brands.agents.getVerification

  • Gets verification information for an agent.

  • The request is an HTTP GET request to https://businesscommunications.googleapis.com/v1/{name=brands/*/agents/*/verification}.

  • The request requires a name path parameter representing the unique identifier of the brand and agent verification.

  • A successful response contains an instance of AgentVerification.

Gets the verification information for an agent.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The unique identifier of the brand and agent verification.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/businesscommunications

For more information, see the OAuth 2.0 Overview.