Method: accounts.listings.verify

Returns verified listings with data issues and serving eligibilities.

HTTP request

POST https://travelpartner.googleapis.com/v3/{parent=accounts/*}/listings:verify

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

The resource name of the account being queried. The format is accounts/{account_id}.

Request body

The request body contains data with the following structure:

JSON representation
{
  "xmlListing": string
}
Fields
xmlListing

string

A listing that follows the XML format specified in https://developers.google.com/hotels/hotel-prices/xml-reference/hotel-list-feed.

Response body

Response message for VRPartnerListingVerificationService.VerifyPartnerListings.

If successful, the response body contains data with the following structure:

JSON representation
{
  "parsedListing": {
    object (ParsedListing)
  }
}
Fields
parsedListing

object (ParsedListing)

The parsed listing output.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.