AI-generated Key Takeaways
-
The HTTP request method for retrieving a specific brand instance is GET.
-
The request uses a path parameter named
name
to identify the brand resource, formatted asaccounts/{account_id}/brands/{brandId}
. -
The request body for this operation must be empty.
-
A successful response will contain an instance of the
Brand
resource. -
Authorization requires the
https://www.googleapis.com/auth/travelpartner
OAuth scope.
Returns the Brand
instance associated with the request URI's brand resource name.
HTTP request
GET https://travelpartner.googleapis.com/v3/{name=accounts/*/brands/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The brand's resource name. The format is |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Brand
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.