---
title: "Update Webhook"
method: PUT
path: "/api/v1/webhooks/{id}"
tags: ["Webhooks"]
---

# Update Webhook

`PUT /api/v1/webhooks/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `webhook` object, required
    - `id` string, required
    - `filterTypes` string[], required — The list of event types for which this webhook will receive events.
    - `url` string, uri, required
    - `name` string
    - `active` boolean

## Response `200`

Successful response

- object
  - `webhook` object, required
    - `id` string, required
    - `createdAt` integer, required — Epoch milliseconds.
    - `updatedAt` integer, required — Epoch milliseconds.
    - `livemode` boolean, required
    - `filterTypes` string[], required — The list of event types for which this webhook will receive events.
    - `organizationId` string, required
    - `url` string, uri, required
    - `name` string, required
    - `active` boolean, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

## Changes

- **2025-10-18** `a1eeb4fac4d6` — 4 breaking, 5 info
  - the `webhook/createdAt` response's property type/format changed from `string`/`date-time` to `integer`/`` for status `200`
  - the `webhook/updatedAt` response's property type/format changed from `string`/`date-time` to `integer`/`` for status `200`
  - removed the required property `webhook/createdByCommit` from the response with the `200` status
  - removed the required property `webhook/updatedByCommit` from the response with the `200` status
  - …5 more
- **2025-06-25** `0cf7bce0c17d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flowglad/apis/flowglad-api/changes/api/v1/webhooks/:id/put.md)

---

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