---
title: "Create a new webhook"
method: POST
path: "/v1/webhooks"
tags: ["Webhooks"]
---

# Create a new webhook

`POST /v1/webhooks`

Create a new webhook.

## Request body

- object
  - `url` string, uri, required — The url of the callback that will be triggered when the webhook is fired.
  - `type` 'LEARNER_TRAINING_CAMPAIGN_COMPLETED', required — The type of webhook. Currently, only one type, `LEARNER_TRAINING_CAMPAIGN_COMPLETED`, is supported.

## Response `200`

Created

- string — The unique identifier of a webhook.

## Other responses

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

---

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