---
title: "Get the list of Webhook Events"
method: GET
path: "/webhook_events"
tags: ["Webhooks"]
---

# Get the list of Webhook Events

`GET /webhook_events`

Gets a collection of webhook events.

## Response `200`

List of Webhook Events

- object[]
  - `id` string
  - `user_id` string
  - `configuration_id` string
  - `topic` string
  - `action` string
  - `type` string
  - `settings` object
    - `http` object
      - `url` string
    - `key` object
      - `secret` string
  - `payload` object
    - `system` object
      - `provider` string
      - `service` string
      - `host` object
        - `name` string
        - `uri` string
    - `customer` object
      - `id` integer
      - `name` string
    - `topic` string
    - `action` string
    - `trigger` object
      - `id` string
    - `custom` string, nullable
  - `status` string
  - `audit` object
    - `1594090953` object
      - `297` object
        - `message` string
      - `0343` object
        - `message` string
    - `1594090954` object
      - `5825` object
        - `message` string
        - `status` string
  - `created_at` string
  - `modified_at` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/catapultsports/apis/openfield-connect-v6-api.md) · [All operations](https://skmtc.net/catapultsports/apis/openfield-connect-v6-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catapultsports/openfield-connect-v6-api/revisions/b68eadaba68c/schema)
