---
title: "Get webhook signing secret"
method: GET
path: "/api/webhook/{webhookId}/secret"
tags: ["Webhooks"]
---

# Get webhook signing secret

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

Returns the Svix signing secret for this endpoint. Use it to verify `svix-signature` on incoming webhooks. Also returned once when the webhook is created.

## Path parameters

- `webhookId` string, required

## Response `200`

- WebhookSecretResponse
  - `webhookId` string, required — Unique identifier of the webhook
  - `secret` string, required — Signing secret for webhook verification (Svix). Store securely; used with svix-id, svix-timestamp, and svix-signature headers.

---

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