Verifies the email of a contact. This method does not require any authorization; authorization is based solely on the validity of the verificationToken.
HTTP request
POST https://essentialcontacts.googleapis.com/v1alpha1/{name=projects/*/contacts/*}:verify
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the contact to verify. Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id} |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "verificationToken": string } |
Fields | |
---|---|
verificationToken |
Token, extracted from link in verification email. |
Response body
If successful, the response body will be empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.