---
title: "Add Webhook URI"
method: POST
path: "/webhooks"
tags: ["Webhooks Resource"]
---

# Add Webhook URI

`POST /webhooks`

## Request body

- AddWebhookRequestData
  - `uri` string, required
  - `isPrimary` boolean

## Response `201`

Created

- AddWebhookResultData
  - `Id` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `500` — Internal Server Error

---

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