Request verification code to start phone verification.
HTTP request
POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/accounts/{accountId}/requestphoneverification
Path parameters
Parameters | |
---|---|
merchant |
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. |
account |
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 | |
---|---|
phone |
Required. Two letter country code for the phone number, for example |
phone |
Phone number to be verified. |
phone |
Verification method to receive verification code. |
language |
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 | |
---|---|
verification |
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.