---
title: "Update Webhook"
method: PUT
path: "/partner/webhook/update"
tags: ["Partner::Webhook"]
---

# Update Webhook

`PUT /partner/webhook/update`

This endpoint updates the webhook URL associated with the logged-in partner.

## Parameters

- `#/paths/~1partner~1webhook~1get/get/parameters/0` — unresolved $ref

## Request body

- object
  - `webhook_url` string, required
  - `webhook_type` string, required

## Response `200`

Webhook successfully updated

- object

## Other responses

- `400` — Bad Request
- `401` — unresolved $ref

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/revisions/bc65b4950c7e/schema)
