---
title: "Get webhook endpoint signing secret"
method: GET
path: "/v1/webhooks/endpoints/{endpointId}/secret"
tags: ["Webhooks"]
---

# Get webhook endpoint signing secret

`GET /v1/webhooks/endpoints/{endpointId}/secret`

Returns the signing secret used to verify webhook signatures for this endpoint.

## Path parameters

- `endpointId` string, required

## Headers

- `X-API-Key` string

## Response `200`

Signing secret retrieved successfully

- EndpointSecretResponseDto
  - `key` string, required — Signing secret used to verify webhook signatures on this endpoint

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials

---

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