Method: customers.startIdentityVerification

指定した適格性確認プログラム タイプの身元確認を開始します。ステータスが返されます。

スローされるエラーのリスト: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

HTTP リクエスト

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

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
customerId

string

必須。このオーナー確認を作成する顧客の ID。

リクエスト本文

リクエストの本文には、次の構造のデータが含まれます。

JSON 表現
{
  "verificationProgram": enum (IdentityVerificationProgram)
}
フィールド
verificationProgram

enum (IdentityVerificationProgram)

必須。適格性確認を開始する適格性確認プログラムのタイプ。

レスポンスの本文

成功すると、レスポンスの本文は空になります。

承認スコープ

次の OAuth スコープが必要です。

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

詳細については、OAuth 2.0 の概要をご覧ください。