---
title: "Get a webhook by id"
method: GET
path: "/v1/webhooks/{id}"
tags: ["Webhooks"]
---

# Get a webhook by id

`GET /v1/webhooks/{id}`

Get a webhook.

## Path parameters

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

## Response `200`

Success

- object
  - `id` string, required — The unique identifier of a webhook.
  - `type` 'LEARNER_TRAINING_CAMPAIGN_COMPLETED', required — The type of webhook. Currently, only one type, `LEARNER_TRAINING_CAMPAIGN_COMPLETED`, is supported.
  - `url` string, uri, required — The url of the callback that will be triggered when the webhook is fired.
  - `secretKey` string, required — The generated secret key that is used to sign requests to the webhook url.

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