---
title: "Retrieve a client webhook"
method: GET
path: "/v1/clients/{clientId}/webhooks/{id}"
---

# Retrieve a client webhook

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

Returns details for a specific webhook owned by the client.

## Path parameters

- `clientId` string, uuid, required
- `id` string, uuid, required

## Response `200`

Webhook found

- WebhookResponse
  - `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

## Other responses

- `404` — Webhook not found for this client.

---

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