---
title: "Get all webhooks"
method: POST
path: "/kvm/v2/hooks/get"
tags: ["Hooks"]
---

# Get all webhooks

`POST /kvm/v2/hooks/get`

This endpoint retrieves all webhooks configured for the specified KVM VPS.  
The `api_host` parameter, obtained from the **"Create AUTH-session"** response,  
is dynamically set in the URL.  
Provide the `signature`, `kvm_id`, and `valid_until` parameters to fetch the list of webhooks.

## Response `200`

Webhooks retrieved successfully.

- InlineResponse20021
  - `status` string — The status of the operation.
  - `hooks` InlineResponse20021Hooks[]
    - `id` integer — The unique identifier of the webhook.
    - `trigger_value` integer — The threshold value that triggers the webhook.
    - `last_launched` integer — The last time the webhook was triggered (Unix timestamp).
    - `callback_url` string — The URL where the webhook sends notifications.
    - `callback_method` string — The HTTP method used for the callback.
    - `callback_user` string — The username for callback authentication (if applicable).
    - `type` string — The type of the webhook event.

## Other responses

- `400` — Bad Request - Missing or invalid parameters.
- `401` — Unauthorized - Invalid or expired session.
- `403` — Forbidden - You do not have permission to access this resource.
- `500` — Internal Server Error - An unexpected error occurred.

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
