Method: brands.agents.getVerification

  • Gets verification information for an agent.

  • The request uses a GET HTTP method with a specific URL format.

  • The only required path parameter is name, which identifies the agent verification.

  • The request body should be empty.

  • 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.