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 |
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 ( |
Fields | |
---|---|
verificationProgram |
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.