---
title: "Retrieve list of webhooks"
method: GET
path: "/webhooks/"
tags: ["Webhooks"]
---

# Retrieve list of webhooks

`GET /webhooks/`

Retrieve a list of all owned webhooks.

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string
  - `previous` string
  - `results` object[], required
    - `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

---

[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)
