---
title: "addWebhook seller"
method: POST
path: "/ops/sellers/{id}/webhook"
tags: ["ops"]
---

# addWebhook seller

`POST /ops/sellers/{id}/webhook`

Register a new url to this seller

## Path parameters

- `id` string, regexp, required — Seller Id

## Request body

- AddWebhookPayload
  - `channels` string[] — The types of messages to retrieve. If you don't set anything, the message will be send to all urls
  - `url` string, required — The url to register where we will notify the changes

## Response `201`

Created response.

- SellerWebhookUrls
  - `urls` string[] — The list of webhook urls registered for this seller

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

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