---
title: "Gets a webhook"
method: GET
path: "/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Gets a webhook

`GET /webhooks/{webhook_id}`

Gets a webhook

## Path parameters

- `webhook_id` string, required

## Response `200`

- ResponseWebhook — Webhook information
  - `id` string, required — Webhook Id
  - `name` string, required — Webhook name
  - `avatar` string, nullable — Avatar ID
  - `channel_id` string, required — The channel this webhook belongs to
  - `permissions` integer, required — The permissions for the webhook

## Other responses

- `default` — An error occurred.

---

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