---
title: "GET /webhook"
method: GET
path: "/webhook"
---

# GET /webhook

`GET /webhook`

Retrieve the list of webhook configurations that are currently active for your account.

## Response `200`

List of webhook configurations

- GetWebhooksResponse
  - `data` WebhookConfig[], required — List of webhook configurations
    - `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)
