---
title: "List client webhooks"
method: GET
path: "/v1/clients/{clientId}/webhooks"
---

# List client webhooks

`GET /v1/clients/{clientId}/webhooks`

Returns a paginated list of webhooks configured for the specified client.

## Path parameters

- `clientId` string, uuid, required

## Response `200`

List of client webhooks

- WebhookListResponse
  - `currentPage` integer, required
  - `perPage` integer, required
  - `totalItem` integer, required
  - `data` WebhookResponse[], required
    - `id` string
    - `clientId` string
    - `url` string
    - `token` string
    - `webhookType` string
    - `webhookStatus` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, nullable
    - `blockedAt` string, nullable
    - `deletedBy` string, nullable
    - `blockedBy` string, nullable

---

[API](https://skmtc.net/monato/apis/fincore-api.md) · [All operations](https://skmtc.net/monato/apis/fincore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monato/fincore-api/versions/a8263ed74545/schema)
