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

# Get webhook endpoint headers

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

Retrieves the custom headers configured for a specific webhook endpoint

## Path parameters

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

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- GetEndpointHeadersResponse
  - `headers` EndpointHeadersOut
    - `headers` object, nullable, required
    - `sensitive` string[], nullable, required

## 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)
