---
title: "Get All Webhook Events"
method: GET
path: "/v1/webhook-events"
---

# Get All Webhook Events

`GET /v1/webhook-events`

This endpoint allows you to get all webhook events. The webhook event will listen to the event types that you specify and send a POST request to the URL that you specify.

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

---

[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/revisions/6aae1a736990/schema)
