---
title: "Get the status and failure reason of a webhook"
method: GET
path: "/api/webhook/{webhookId}/status"
tags: ["Webhooks"]
---

# Get the status and failure reason of a webhook

`GET /api/webhook/{webhookId}/status`

Retrieves the status and failure reason of a specific webhook endpoint by ID

## Path parameters

- `webhookId` string, required

## Response `200`

Get the status and failure reason of a webhook successful

- WebhookStatusResponse
  - `webhookId` string, required — Unique identifier of the webhook
  - `webhookUrl` string, required — HTTPS URL where webhook notifications will be sent
  - `status` 'enabled' | 'disabled', required — Status of the webhook
  - `failureReason` string, required — Failure reason of the webhook

## Other responses

- `401` — Unauthorized - Invalid API key
- `404` — Resource not found

---

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