---
title: "Get webhook endpoint secret"
method: GET
path: "/api/v{version}/webhooks/endpoints/{endpointId}/secret"
tags: ["webhooks"]
---

# Get webhook endpoint secret

`GET /api/v{version}/webhooks/endpoints/{endpointId}/secret`

Retrieves the signing secret for a specific webhook endpoint. This secret should be used to verify webhook signatures.

## Path parameters

- `version` string, required
- `endpointId` string, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- GetEndpointSecretResponse
  - `secret` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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