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 概览