---
title: "GET /webhook/{webhookConfigId}"
method: GET
path: "/webhook/{webhookConfigId}"
---

# GET /webhook/{webhookConfigId}

`GET /webhook/{webhookConfigId}`

Retrieve a specific webhook configuration by its identifier.

## Path parameters

- `webhookConfigId` string, required

## Response `200`

Webhook configuration details

- WebhookConfig
  - `webhookConfigId` string, required — Unique identifier for the webhook configuration
  - `webHookUrl` string, required — Webhook endpoint URL that was registered
  - `eventSigner` string, required — Secret used to sign outgoing events
  - `subscribedEventTypes` string[], required — Events configured for this webhook
  - `isActive` boolean, required — Indicates whether the webhook configuration is active

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.net/xpaycheckout/apis/xpay-api-store.md) · [All operations](https://skmtc.net/xpaycheckout/apis/xpay-api-store/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xpaycheckout/xpay-api-store/versions/6329a7c694bc/schema)
