---
title: "List webhook configs"
method: GET
path: "/api/v1/bila/webhooks"
tags: ["Webhooks"]
---

# List webhook configs

`GET /api/v1/bila/webhooks`

## Response `200`

Webhook configs retrieved

- object
  - `status` boolean, required — Request success status
  - `message` string, required — Response message
  - `data` WebhookConfigResponseDto[]
    - `id` string, uuid, required — Webhook config UUID
    - `merchantId` string, uuid, required — Merchant UUID
    - `url` string, required — Webhook endpoint URL
    - `secret` string, required — Signing secret; plaintext only on create/rotate-secret, otherwise masked
    - `events` string[], required — Subscribed event types
    - `isActive` boolean, required — Whether the webhook is active
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

---

[API](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api.md) · [All operations](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilasdk/bila-payment-gateway-api/versions/1e6976632889/schema)
