Method: brands.agents.requestVerification

Submits business verification information for an agent. Depending on the carrier(s) selected at launch, either the carrier(s) or Google will contact 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.