---
title: "Trigger a webhook by id"
method: POST
path: "/v1/webhooks/{id}/trigger"
tags: ["Webhooks"]
---

# Trigger a webhook by id

`POST /v1/webhooks/{id}/trigger`

Trigger a webhook manually, without needing to perform the action that would normally trigger the webhook.

## Path parameters

- `id` string, required — The unique identifier of a webhook.

## Request body

- object
  - `learnerId` string — The unique identifier of a learner. Required when the webhook type is `LEARNER_TRAINING_CAMPAIGN_COMPLETED`.
  - `trainingCampaignId` string — The unique identifier of a training campaign. Required when the webhook type is `LEARNER_TRAINING_CAMPAIGN_COMPLETED`.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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)
