---
title: "Retrieve single webhook"
method: GET
path: "/webhooks/{id}/"
tags: ["Webhooks"]
---

# Retrieve single webhook

`GET /webhooks/{id}/`

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `id` string, uuid, required — Webhook ID
  - `is_active` boolean, required — Indicates if webhook is active
  - `topics` string[], required — List of subscribed topics
  - `url` string, required — Webhook URL

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/lulu/apis/universal-publishing-platform-api.md) · [All operations](https://skmtc.dev/lulu/apis/universal-publishing-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lulu/universal-publishing-platform-api/revisions/3119f71811f8/schema)
