---
title: "Get all webhooks"
method: GET
path: "/api/webhook"
tags: ["Webhooks"]
---

# Get all webhooks

`GET /api/webhook`

Retrieves all webhook endpoints for the authenticated user. Marketplaces can set the `X-On-Behalf-Of` header to list endpoints for an owned sub-merchant.

## Response `200`

Get all webhooks successful

- WebhookResponse[]
  - `webhookId` string, required — Unique identifier of the webhook
  - `webhookUrl` string, required — HTTPS URL where webhook notifications will be sent

## Other responses

- `401` — Unauthorized - Invalid API key

---

[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)
