---
title: "Subscribe to censorship alerts"
method: POST
path: "/api/alerts/subscribe"
tags: ["Alerts"]
---

# Subscribe to censorship alerts

`POST /api/alerts/subscribe`

## Request body

- object
  - `country_code` string
  - `min_severity` 'low' | 'medium' | 'high' | 'critical'
  - `webhook_url` string, uri, required

## Response `201`

Subscription created

## Other responses

- `401` — Invalid or missing API key

---

[API](https://skmtc.net/voidly/apis/voidly-api.md) · [All operations](https://skmtc.net/voidly/apis/voidly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voidly/voidly-api/revisions/decbe6fd40a8/schema)
