Retrieves the latest version of the TermsOfService for a given kind and regionCode.
HTTP request
GET https://merchantapi.googleapis.com/accounts/v1/termsOfService:retrieveLatest
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
regionCode | 
                
                   
 Required. Region code as defined by CLDR. This is either a country when the ToS applies specifically to that country or 001 when it applies globally.  | 
              
kind | 
                
                   
 Required. The Kind this terms of service version applies to.  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of TermsOfService.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.