---
title: "Probar Webhook"
method: POST
path: "/dummy_webhook"
---

# Probar Webhook

`POST /dummy_webhook`

## Request body

- object
  - `event_type` string, required — Nombredel evento a gatillar
  - `url` string, required — URL de tu endpoint, al cual se le notificará el evento mediante request POST.

## Response `200`

200

- object
  - `event_type` string
  - `url` string
  - `id` string

## Other responses

- `400` — 400

---

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