Method: accounts.icons.get

Stay organized with collections Save and categorize content based on your preferences.

Returns the Icon instance associated with an icon resource name specified in the request URI. To get icon resource names, use the list method.

HTTP request

GET https://travelpartner.googleapis.com/v3/{name=accounts/*/icons/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The icon's resource name. The format is accounts/{account_id}/icons/{icon_id}.

Request body

The request body must be empty.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/travelpartner

For more information, see the OAuth 2.0 Overview.