---
title: "POST /api/v4/webhooks"
method: POST
path: "/api/v4/webhooks"
---

# POST /api/v4/webhooks

`POST /api/v4/webhooks`

Subscribe to webhook events.

## Request body

- WebhookSubscribeRequest
  - `destination` string, required
  - `settings` string[], required
  - `sort` integer

## Response `200`

The request has succeeded.

- union
  - Webhook
    - `id` integer
    - `destination` string
    - `created_at` integer
    - `updated_at` integer
    - `account_id` integer
    - `created_by` integer
    - `sort` integer
    - `disabled` boolean
    - `settings` string[]
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
