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

# Read a Webhook

`GET /webhooks/{webhook_id}`

Get all the properties of a single Webhook

## Path parameters

- `webhook_id` integer, required

## Response `200`

Return Webhook info

- Webhook
  - `active` boolean — Is Webhook active.
  - `created` string — Created time.
  - `description` string — A short description of the Webhook.
  - `events` string[] — List of events subscribed to the webhook.
  - `id` string — ID of this Webhook
  - `last_modified` string — Last modification time.
  - `name` string, required — Name of the Webhook.
  - `project_id` integer, required — ID of the project of the Environment.
  - `url` string, required — Webhook URL

## Other responses

- `400` — Invalid request body supplied
- `401` — Invalid credentials
- `403` — You do not have access to the specified Webhook

---

[API](https://skmtc.dev/optimizely/apis/optimizely-api.md) · [All operations](https://skmtc.dev/optimizely/apis/optimizely-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optimizely/optimizely-api/revisions/5151fe6a2297/schema)
