---
title: "Obtener Webhook Endpoint"
method: GET
path: "/webhook_endpoints/{id}"
---

# Obtener Webhook Endpoint

`GET /webhook_endpoints/{id}`

## Path parameters

- `id` string, required

## Request body

- unknown

## Response `200`

200

- object
  - `id` string
  - `secret` string
  - `enabled_events` string[]
  - `url` string
  - `status` string

## Other responses

- `400` — 400
- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/trytoku/apis/toku-api.md) · [All operations](https://skmtc.net/trytoku/apis/toku-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trytoku/toku-api/versions/30699b13e0d0/schema)
