---
title: "Register or update a merchant webhook URL"
method: POST
path: "/api/v1/webhooks"
tags: ["Webhook"]
---

# Register or update a merchant webhook URL

`POST /api/v1/webhooks`

Register or update a merchant webhook URL

## Request body

- WebhookInput — Webhook configuration input
  - `merchant_id` string, uuid — Merchant ID. Defaults to the logged-in merchant if not provided. Required for admin tokens.
  - `webhook_url` string, uri, required — The URL where webhook notifications will be sent

## Response `200`

Success

- WebhookResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — Webhook configuration
    - `webhook_url` string, uri — The URL where webhook notifications will be sent
    - `message` string — Success message

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
