---
title: "Retrieve webhook entry by id"
method: GET
path: "/api/v2/webhooks/{id}"
tags: ["Webhooks"]
---

# Retrieve webhook entry by id

`GET /api/v2/webhooks/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Ok

- WebhookResponseDTO
  - `id` integer, required — Webhook id
  - `url` string, required — Webhook url
  - `secret` string, required — Secret that will be added to the webhook call

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/egym/apis/mms-api-v2.md) · [All operations](https://skmtc.net/egym/apis/mms-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/egym/mms-api-v2/versions/07d571d34bd8/schema)
