Retrieve all webhooks

get/compute-ops-mgmt/v1beta1/webhooks

Purpose
Retrieve all available webhooks as a list.

More Information
For more information about this feature and how to use this API, go to the Event Webhook page to view a getting started guide.

SecurityBearer
Responses
200

List of webhooks

401

Unauthorized

403

Forbidden

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "offset": 0,
  • "count": 1,
  • "total": 12,
  • "items": [
    ]
}