---
title: "Query Webhooks"
method: GET
path: "/webhooks"
tags: ["Manage Webhooks"]
---

# Query Webhooks

`GET /webhooks`

Query Webhooks like the [Webhooks Page](https://hostex.io/app/api/web-hooks).

## Response `200`

- object
  - `request_id` string, required — Unique identifier for the request.
  - `error_code` integer, required — Numeric error code representing the status of the response. A value of `200` indicates success. <br> See the [Error Codes](/reference/error-manual#error-codes) section for more information.
  - `error_msg` string, required — Message detailing the status of the response.
  - `data` object, required
    - `webhooks` object[], required — List of the webhooks
      - `id` integer, required — The unique id.
      - `url` string, required — The webhook url.
      - `events` string[], required — The list of event types this webhook subscribes to.
      - `manageable` boolean, required — Whether the webhook can be managed. You can only delete records that you are allowed to manage.
      - `created_at` string, date-time, required — The timestamp of when the webhook was created.

---

[API](https://skmtc.net/hostex/apis/hostex-api.md) · [All operations](https://skmtc.net/hostex/apis/hostex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostex/hostex-api/versions/a3fa555dee66/schema)
