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.
Language code IETF BCP 47 syntax (for example, en-US). Language code is used to provide localized SMS and PHONE_CALL. Default language used is en-US if not provided.
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
string
The verification ID to use in subsequent calls to verifyphonenumber.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-30 UTC."],[[["This page details how to request a phone verification code via the `accounts.requestphoneverification` method."],["The request requires specifying the phone number, region code, verification method, and optionally, the language code."],["Successful requests will return a `verificationId` to be used in subsequent verification steps."],["Authorization is necessary using the `https://www.googleapis.com/auth/content` scope."],["This process is part of the Shopping Content API for managing Merchant Center accounts."]]],["This document details the process for requesting a phone verification code. A `POST` request is sent to a specified URL with `merchantId` and `accountId` as required path parameters. The request body, in JSON format, includes the `phoneRegionCode`, `phoneNumber`, `phoneVerificationMethod`, and optional `languageCode`. A successful response contains a `verificationId`, which is used for subsequent phone number verification. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]