Method: accounts.icons.get

  • This endpoint retrieves an Icon instance associated with a specified icon resource name.

  • To use this endpoint, you need to provide the icon's resource name in the request URL using the format accounts/{account_id}/icons/{icon_id}.

  • The request body should be empty, and a successful response will contain an Icon object.

  • You need the https://www.googleapis.com/auth/travelpartner OAuth scope to authorize this request.

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.