---
title: "Get Endpoint Headers"
method: GET
path: "/endpoint/{endpoint_id}/headers"
tags: ["Endpoint"]
---

# Get Endpoint Headers

`GET /endpoint/{endpoint_id}/headers`

Get the additional headers to be sent with the webhook

## Path parameters

- `endpoint_id` string, required — The ep's ID or UID

## Response `200`

- EndpointHeadersOut — The value of the headers is returned in the `headers` field. Sensitive headers that have been redacted are returned in the sensitive field.
  - `headers` object, required
  - `sensitive` string[], required

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not Found. Endpoint not found
- `429` — Too Many Requests
- `500` — Internal Error

---

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