---
title: "Create a personal webhook subscription"
method: POST
path: "/me/webhooks"
tags: ["Webhooks"]
---

# Create a personal webhook subscription

`POST /me/webhooks`

Optional idempotency key. Reuse the same key only for an identical request; successful responses are replayable for 24 hours.

## Headers

- `Idempotency-Key` string

## Response `201`

Created webhook subscription, including its one-time signing key.

## Other responses

- `400` — Invalid url/description/scope/releaseType, or an unsafe webhook target
- `401` — Sign-in required
- `404` — Organization, source, or product not found
- `409` — The key is already processing, or was reused with a different request fingerprint.
- `429` — Maximum webhook subscriptions per account reached
- `503` — WEBHOOK_HMAC_MASTER not configured, or idempotency storage/response replay is temporarily unavailable

## Changes

- **2026-08-31** `ef21361a36e6` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
  - added the non-success response with the status `429`
- **2026-08-25** `c3a92b6b6909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/releases/apis/releases-api/changes/me/webhooks/post.md)

---

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