---
title: "Subscribe to webhooks"
method: POST
path: "/webhooks/"
tags: ["Webhooks"]
---

# Subscribe to webhooks

`POST /webhooks/`

Subscribe to Print API webhooks by passing a list of topics that you want to subscribe to and the URL where
webhooks should be sent.

## Request body

- object
  - `topics` string[], required — List of webhook topics
  - `url` string, required — URL where webhook should be sent

## Response `201`

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

- `400` — Bad Request
- `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)
