Method: brands.agents.integrations.get

  • The document outlines how to get an integration using an HTTP GET request.

  • The request URL uses gRPC Transcoding syntax and requires a name path parameter which is a unique identifier for the integration.

  • The request body must be empty.

  • A successful response contains an instance of an Integration object.

Get an integration.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The unique identifier of the integration. If the brand identifier is "1234", the agent identifier is "5678", and the integration identifier is "9092", this parameter resolves to "brands/1234/agents/5678/integrations/9092".

Request body

The request body must be empty.

Response body

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