---
title: "Create webhook subscription"
method: POST
path: "/v1/webhook_subscriptions"
tags: ["Webhook Subscriptions"]
---

# Create webhook subscription

`POST /v1/webhook_subscriptions`

Creates a new webhook subscription.

## Headers

- `Idempotency-Key` string

## Request body

- CreateWebhookSubscriptionBodyDto
  - `url` string, uri, required — The HTTPS URL where webhook events will be delivered.
  - `events` string[], required — Event types to subscribe to. Use ["*"] for all events.

## Response `200`

Success

- WebhookSubscriptionResourceDto
  - `id` string, required — Unique identifier of the webhook subscription.
  - `type` 'webhook_subscription', required — Resource type discriminator.
  - `url` string, required — The HTTPS URL where webhook events are delivered.
  - `events` string[], required — Event types this subscription receives.
  - `created_at` string, date-time, required — ISO 8601 UTC timestamp when the subscription was created.
  - `updated_at` string, date-time, required — ISO 8601 UTC timestamp when the subscription was last updated.

## Changes

- **2026-04-14** `8568afece912` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/augustus/apis/augustus-banking-api/changes/v1/webhook_subscriptions/post.md)

---

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