Method: projects.notificationChannels.verify Stay organized with collections Save and categorize content based on your preferences.
Verifies aNotificationChannel by proving receipt of the code delivered to the channel as a result of callingnotificationChannels.sendVerificationCode.
HTTP request
POST https://monitoring.googleapis.com/v3/{name}:verify
Path parameters
| Parameters | |
|---|---|
name |
Required. The notification channel to verify. Authorization requires the followingIAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{"code":string} |
| Fields | |
|---|---|
code |
Required. The verification code that was delivered to the channel as a result of invoking the |
Response body
If successful, the response body contains an instance ofNotificationChannel.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/monitoring
For more information, see theAuthentication Overview.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-23 UTC.