Method: brands.agents.requestVerification

Begins business information verification for an agent. Google contacts the brand for verification. Only 1 instance of verification is allowed at any given time.

HTTP request

POST https://businesscommunications.googleapis.com/v1/{name=brands/*/agents/*}:requestVerification

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The unique identifier of the brand and agent.

Request body

The request body contains data with the following structure:

JSON representation
{
  "agentVerificationContact": {
    object (AgentVerificationContact)
  }
}
Fields
agentVerificationContact

object (AgentVerificationContact)

Required. Verification contact details for the agent.

Response body

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