---
title: "/webhooks/:id"
method: PUT
path: "/webhooks/{id}"
---

# /webhooks/:id

`PUT /webhooks/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `url` string — Your URL where callbacks are sent
  - `event` string — Subscribed event

## Response `200`

200

- object
  - `id` integer
  - `event` string
  - `url` string
  - `created_at` object
    - `date` string
    - `timezone_type` integer
    - `timezone` string
  - `updated_at` object
    - `date` string
    - `timezone_type` integer
    - `timezone` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mailerlite/apis/v2-production.md) · [All operations](https://skmtc.net/mailerlite/apis/v2-production/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mailerlite/v2-production/versions/69f06eb37b28/schema)
