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

# Get the list of Webhook Configurations

`GET /webhook_configs`

This API retrieves the collection of webhooks configuration.

## Response `200`

Collection of Webhook Configurations

- object[]
  - `id` string
  - `name` string
  - `topic` string
  - `action` string
  - `type` string
  - `settings` object
    - `http` object
      - `url` string
    - `key` object
      - `secret` string
  - `active` boolean
  - `created_at` string
  - `modified_at` string
  - `customer_id` integer

## Other responses

- `401` — Unauthenticated
- `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)
