---
title: "Reveal the signing secret"
method: GET
path: "/api/v1/webhooks/{id}/secret"
tags: ["webhooks"]
---

# Reveal the signing secret

`GET /api/v1/webhooks/{id}/secret`

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

The decrypted signing secret.

- WebhooksRevealWebhookSecretResponse200
  - `secret` string

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource was not found on this account.

---

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