Request verification code to start phone verification.
HTTP request
POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/accounts/{accountId}/requestphoneverification
Path parameters
| Parameters | |
|---|---|
| merchantId | 
 Required. The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account. | 
| accountId | 
 Required. The ID of the account. | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| {
  "phoneRegionCode": string,
  "phoneNumber": string,
  "phoneVerificationMethod": enum ( | 
| Fields | |
|---|---|
| phoneRegionCode | 
 Required. Two letter country code for the phone number, for example  | 
| phoneNumber | 
 Phone number to be verified. | 
| phoneVerificationMethod | 
 Verification method to receive verification code. | 
| languageCode | 
 Language code IETF BCP 47 syntax (for example, en-US). Language code is used to provide localized  | 
Response body
Response message for the accounts.requestphoneverification method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| { "verificationId": string } | 
| Fields | |
|---|---|
| verificationId | 
 The verification ID to use in subsequent calls to  | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.