---
title: "Get a webhook secret"
method: GET
path: "/webhooks/{id}/secret"
tags: ["Webhooks"]
---

# Get a webhook secret

`GET /webhooks/{id}/secret`

## Path parameters

- `id` string, required — Webhook ID

## Response `200`

The webhook secret

- WebhookSecretResult
  - `data` object, required — Secret object
    - `secret` string, required — The webhook signing secret

---

[API](https://skmtc.net/dolby/apis/theolive-api.md) · [All operations](https://skmtc.net/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dolby/theolive-api/revisions/3dc30dd23624/schema)
