---
title: "Show Webhook Signing Secret"
method: GET
path: "/api/v2/webhooks/{webhook_id}/signing_secret"
tags: ["Webhooks"]
---

# Show Webhook Signing Secret

`GET /api/v2/webhooks/{webhook_id}/signing_secret`

Returns the webhook's signing secret. Note that admins cannot reveal secrets of webhooks created by Zendesk apps.

## Path parameters

- `webhook_id` string, required

## Response `200`

Successful response

- WebhookSigningSecretResponse
  - `signing_secret` WebhookSigningSecret — Signing secret used to verify webhook requests
    - `algorithm` string — Signing algorithm (e.g., sha256)
    - `secret` string — The signing secret value

## Other responses

- `403` — Forbidden
- `404` — Not Found

## Changes

> 29 revisions in range; 1 not diffed.

- **2025-06-12** `e93a5ab6e2a5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/botbrains-io/apis/support-api/changes/api/v2/webhooks/:webhook_id/signing_secret/get.md)

---

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