---
title: "GET /api/v1/users/{user}/webhooks/{webhook}:getSigningSecret"
method: GET
path: "/api/v1/users/{user}/webhooks/{webhook}:getSigningSecret"
tags: ["UserService"]
---

# GET /api/v1/users/{user}/webhooks/{webhook}:getSigningSecret

`GET /api/v1/users/{user}/webhooks/{webhook}:getSigningSecret`

GetUserWebhookSigningSecret returns the signing secret for a webhook.
 The secret is returned only through this explicit, owner-gated call; it is
 never included in List/Create/Update responses.

## Path parameters

- `user` string, required
- `webhook` string, required

## Response `200`

OK

- GetUserWebhookSigningSecretResponse
  - `signingSecret` string — The signing secret, in the Standard Webhooks "whsec_<base64>" form.

## Other responses

- `default` — Default error response

---

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