---
title: "Get Webhook Event Detail"
method: GET
path: "/v1/webhook-events/{webhook_event_id}"
---

# Get Webhook Event Detail

`GET /v1/webhook-events/{webhook_event_id}`

This endpoint allows you to get a webhook event's details. You can use the `webhook_event_id` to get the webhook event's details.

## Path parameters

- `webhook_event_id` string, required

## Headers

- `X-BUSINESS-API-KEY` string, required

## Response `200`

200

- object
  - `id` string, required
  - `business_id` string, required
  - `name` string, required
  - `url` string, required
  - `event_types` string[], required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `404` — 404

---

[API](https://skmtc.net/hitpayapp/apis/hitpay-api.md) · [All operations](https://skmtc.net/hitpayapp/apis/hitpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hitpayapp/hitpay-api/versions/6aae1a736990/schema)
