AI-generated Key Takeaways
- 
          The Travel Partner API provides a RESTful interface to manage Google Hotel Center data for large or complex accounts. 
- 
          The API utilizes the service endpoint https://travelpartner.googleapis.com.
- 
          A Discovery Document is available at https://travelpartner.googleapis.com/$discovery/rest?version=v3to describe and consume the REST API.
- 
          The API includes REST resources for managing account links, brands, hotel views, hotel updates, icons, listings, and various report views. 
The Travel Partner API provides you with a RESTful interface to the Google Hotel Center platform. It enables an app to efficiently retrieve and change Hotel Center data, and is thus suitable for managing large or complex accounts.
- REST Resource: v3.accounts.accountLinks
- REST Resource: v3.accounts.brands
- REST Resource: v3.accounts.freeBookingLinksReportViews
- REST Resource: v3.accounts.hotelViews
- REST Resource: v3.accounts.hotels
- REST Resource: v3.accounts.icons
- REST Resource: v3.accounts.listings
- REST Resource: v3.accounts.participationReportViews
- REST Resource: v3.accounts.priceAccuracyViews
- REST Resource: v3.accounts.priceCoverageViews
- REST Resource: v3.accounts.priceViews
- REST Resource: v3.accounts.propertyPerformanceReportViews
- REST Resource: v3.accounts.reconciliationReports
Service: travelpartner.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://travelpartner.googleapis.com
REST Resource: v3.accounts.accountLinks
| Methods | |
|---|---|
| create | POST /v3/{parent=accounts/*}/accountLinksCreates a new account link between a Hotel Center account and a Google Ads account. | 
| delete | DELETE /v3/{name=accounts/*/accountLinks/*}Deletes an account link. | 
| get | GET /v3/{name=accounts/*/accountLinks/*}Returns the AccountLinkinstance associated with the account link resource name specified in the request URL. | 
| list | GET /v3/{parent=accounts/*}/accountLinksReturns the account links for a Hotel Center account. | 
| patch | PATCH /v3/{accountLink.name=accounts/*/accountLinks/*}Updates the account link target of an account link. | 
REST Resource: v3.accounts.brands
| Methods | |
|---|---|
| create | POST /v3/{parent=accounts/*}/brandsCreates a new brand. | 
| get | GET /v3/{name=accounts/*/brands/*}Returns the Brandinstance associated with the request URI's brand resource name. | 
| list | GET /v3/{parent=accounts/*}/brandsReturns the brands for a partner account. | 
| patch | PATCH /v3/{brand.name=accounts/*/brands/*}Updates a brand. | 
REST Resource: v3.accounts.freeBookingLinksReportViews
| Methods | |
|---|---|
| query  | GET /v3/{name=accounts/*}/freeBookingLinksReportViews:queryDEPRECATED: Use PropertyPerformanceReportService.QueryPropertyPerformanceReport, which also has impression reporting, instead. | 
REST Resource: v3.accounts.hotelViews
| Methods | |
|---|---|
| list | GET /v3/{parent=accounts/*}/hotelViewsReturns the list of hotel views. | 
| summarize | GET /v3/{parent=accounts/*}/hotelViews:summarizeReturns summarized information about hotels. | 
REST Resource: v3.accounts.hotels
| Methods | |
|---|---|
| setLiveOnGoogle | POST /v3/{account=accounts/*}/hotels:setLiveOnGoogleCollection-level custom method to update the Live on Google status for multiple properties. | 
REST Resource: v3.accounts.icons
| Methods | |
|---|---|
| create | POST /v3/{parent=accounts/*}/iconsUploads a new icon and starts its review process. | 
| get | GET /v3/{name=accounts/*/icons/*}Returns the Iconinstance associated with an icon resource name specified in the request URI. | 
| list | GET /v3/{parent=accounts/*}/iconsReturns the Icons for a partner account. | 
REST Resource: v3.accounts.listings
| Methods | |
|---|---|
| verify | POST /v3/{parent=accounts/*}/listings:verifyReturns verified listings with data issues and serving eligibilities for VR partners only. | 
REST Resource: v3.accounts.participationReportViews
| Methods | |
|---|---|
| query | GET /v3/{name=accounts/*}/participationReportViews:queryProvides the ability to query (get, filter, and segment) a participation report for a particular account. | 
REST Resource: v3.accounts.priceAccuracyViews
| Methods | |
|---|---|
| get | GET /v3/{name=accounts/*/priceAccuracyViews/*}Returns the requested price accuracy view in full detail. | 
| list | GET /v3/{parent=accounts/*}/priceAccuracyViewsLists the available price accuracy views. | 
| summarize | GET /v3/{parent=accounts/*}/priceAccuracyViews:summarizeReturns the price accuracy summary. | 
REST Resource: v3.accounts.priceCoverageViews
| Methods | |
|---|---|
| getLatest | GET /v3/{parent=accounts/*}/priceCoverageViews:latestReturns the latest price coverage view in full detail. | 
| list | GET /v3/{parent=accounts/*}/priceCoverageViewsReturns the entire price coverage history. | 
REST Resource: v3.accounts.priceViews
| Methods | |
|---|---|
| get | GET /v3/{name=accounts/*/priceViews/*}Returns the requested price view in full detail. | 
REST Resource: v3.accounts.propertyPerformanceReportViews
| Methods | |
|---|---|
| query | GET /v3/{name=accounts/*}/propertyPerformanceReportViews:queryProvides the ability to query (get, filter, and segment) a free booking links report for a specific account. | 
REST Resource: v3.accounts.reconciliationReports
| Methods | |
|---|---|
| create | POST /v3/{parent=accounts/*}/reconciliationReportsCreates a reconciliation report and uploads it to Google. | 
| get | GET /v3/{name=accounts/*/reconciliationReports/*}Returns a reconciliation report. | 
| list | GET /v3/{parent=accounts/*}/reconciliationReportsReturns a list of the names of created reconciliation reports. | 
| validate | POST /v3/{parent=accounts/*}/reconciliationReports:validateValidates a reconciliation report. |