Method: brands.get

  • Retrieve information about a specific brand using a GET request.

  • The unique identifier of the brand is required as a path parameter in the URL.

  • The request body must be empty.

  • A successful response returns a Brand object.

Gets information about a brand.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The unique identifier of the brand. If the brand identifier is "1234", this parameter resolves to "brands/1234".

Request body

The request body must be empty.

Response body

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