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

# Patch Endpoint Headers

`PATCH /endpoint/{endpoint_id}/headers`

Partially set the additional headers to be sent with the webhook

## Path parameters

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

## Request body

- EndpointHeadersPatchIn — Headers you wish to add to every message sent to your endpoint.
  - `headers` object, required

## Response `204`

no content

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not Found. Endpoint not found
- `422` — Validation Error
- `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)
