---
title: "Get Webhook"
method: GET
path: "/v1/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Get Webhook

`GET /v1/webhooks/{webhook_id}`

Returns a single webhook.

## Path parameters

- `webhook_id` string, required

## Response `200`

Successful Response

- WebhookRedacted
  - `events` WebhookEventType[], required — The list of events that trigger the webhook.
  - `url` string, required — The URL where the webhook will be sent.
  - `description` string, nullable — The description of a webhook.
  - `method` 'GET' | 'POST', required — An enumeration.
  - `enabled` boolean — The enabled status of the webhook.
  - `enabled_logs` boolean — The enabled logs of the webhook.
  - `player_context_enabled` boolean, nullable — Enable send player attributes in context
  - `batch_mode` boolean, nullable — Enable batch delivery [mode](https://docs.aghanim.com/webhooks/batching).
  - `secret_redacted` string, required
  - `id` string, required — The unique identifier of the webhook.
  - `game_id` string, required — The unique identifier of the game.

## Other responses

- `422` — Validation Error

---

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