---
title: "Get Webhook Config Details"
method: GET
path: "/webhook_configs/{webhook_config_id}"
tags: ["Webhooks"]
---

# Get Webhook Config Details

`GET /webhook_configs/{webhook_config_id}`

This API retrieves webhook config details for the given id.

## Path parameters

- `webhook_config_id` string, required

## Response `200`

Webhook Config Details

- object — WebhookConfigDetail Model
  - `id` string
  - `name` string
  - `topic` string
  - `action` string
  - `type` string
  - `settings` object
    - `http` object
      - `url` string
    - `key` object
      - `secret` string
  - `active` boolean

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