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

# Create webhook subscription

`POST /webhooks`

Subscribe to webhook events

## Request body

- WebhookPost
  - `url` string, required — Webhook callback URL
  - `description` string — Optional description of the webhook's intended use
  - `events` string[], required — List of events enabled in the webhook subscription
  - `version` string — version of webhook event envelope
  - `status` 'STATUS_ENABLED' | 'STATUS_DISABLED' — status of webhook. `enabled` or `disabled`

## Response `200`

OK

- Webhook
  - `webhook_subscription` object
    - `id` string — uuid of webhook
    - `url` string — Webhook callback URL
    - `description` string — Optional description of the webhook's intended use
    - `events` string[] — List of events enabled in the webhook subscription
    - `version` string — version of webhook event envelope
    - `secret` string
    - `status` 'enabled' | 'disabled' — status of webhook. `enabled` or `disabled`
    - `creted_time` string
    - `updated_time` string

---

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