Method: customers.startIdentityVerification

Starts Identity Verification for a given verification program type. Statuses are returned.

List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customerId

string

Required. The Id of the customer for whom we are creating this verification.

Request body

The request body contains data with the following structure:

JSON representation
{
  "verificationProgram": enum (IdentityVerificationProgram)
}
Fields
verificationProgram

enum (IdentityVerificationProgram)

Required. The verification program type for which we want to start the verification.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.