---
title: "Get Active Webhook"
method: GET
path: "/api/v1/cash/webhooks/active"
---

# Get Active Webhook

`GET /api/v1/cash/webhooks/active`

Retrieves the currently active webhook configuration for the authenticated client.
Returns 404 if no active webhook is configured.

## Headers

- `X-Client-Id` string, required
- `X-Signature` string, required
- `X-Timestamp` string, required

## Response `200`

Active webhook configuration found

- WebhookActiveResponse
  - `id` integer — Webhook configuration ID
  - `endpoint_url` string, uri — Active webhook endpoint URL
  - `is_active` boolean — Webhook active status
  - `created_at` string, date-time — ISO 8601 timestamp of creation
  - `updated_at` string, date-time — ISO 8601 timestamp of last update

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `404` — No active webhook configuration found for this client

---

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