---
title: "Update Webhook"
method: POST
path: "/org/webhooks/{webhook_id}"
tags: ["API Endpoints"]
---

# Update Webhook

`POST /org/webhooks/{webhook_id}`

## Path parameters

- `webhook_id` string, required

## Request body

- object
  - `url` string — URL from the application you want to send data to.
  - `secret_token` string — Authentication token to ensure legitimacy of Gumlet Webhook request on your application.
  - `triggers` string — Triggers for the invocation of webhookos, supported option is `status`.
  - `sources` string — List of video collection identifiers for which webhooks are needed to be invoked.

## Response `200`

200

- object
  - `id` string
  - `url` string
  - `triggers` string[]
  - `created_at` string
  - `updated_at` string
  - `sources` string[]
  - `secret_token` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/gumlet/apis/gumlet-rest-apis.md) · [All operations](https://skmtc.net/gumlet/apis/gumlet-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gumlet/gumlet-rest-apis/versions/b1f7ac2aeeec/schema)
