Method: customers.startIdentityVerification

針對特定驗證計畫類型啟動身分驗證程序。系統會傳回狀態。

擲回錯誤清單:AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

HTTP 要求

POST https://googleads.googleapis.com/v16/customers/{customerId}:startIdentityVerification

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
customerId

string

必要欄位。我們建立此驗證時所用的客戶 ID。

要求主體

要求主體的資料會採用以下結構:

JSON 表示法
{
  "verificationProgram": enum (IdentityVerificationProgram)
}
欄位
verificationProgram

enum (IdentityVerificationProgram)

必要欄位。用來進行驗證的驗證計畫類型。

回應主體

如果成功,回應主體會是空白的。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/adwords

詳情請參閱 OAuth 2.0 總覽