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

# Get Endpoint Headers

`GET /api/v1/app/{app_id}/endpoint/{endpoint_id}/headers`

Get the additional headers to be sent with the webhook.

## Path parameters

- `app_id` string, required — The Application's ID or UID.
- `endpoint_id` string, required — The Endpoint's ID or UID.

## Response `200`

The value of the headers is returned in the `headers` field.

Sensitive headers that have been redacted are returned in the sensitive field.

- 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
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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