---
title: "Register Webhook Listener"
method: POST
path: "/v2/webhooks/registrations/"
tags: ["webhooks"]
---

# Register Webhook Listener

`POST /v2/webhooks/registrations/`

Register a new Webhook

## Headers

- `Authorization` string, required

## Request body

- RegisterWebhook
  - `webhook_name` string, required
  - `endpoint` string, required

## Response `201`

- RegisterWebhook
  - `webhook_name` string, required
  - `endpoint` string, required

---

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