---
title: "Get request headers"
method: GET
path: "/kitchen-sink/request/headers"
tags: ["🚰 Kitchen Sink"]
---

# Get request headers

`GET /kitchen-sink/request/headers`

This API endpoint is designed to provide information about the headers included in an HTTP request made to the API.

It allows users to retrieve the details of the headers sent in the request, including their names, values, and any additional relevant information.

## Response `200`

Get request headers

- object
  - `data` object
    - `headers` object
      - `accept` string
      - `accept-encoding` string
      - `cache-control` string
      - `connection` string
      - `cookie` string
      - `host` string
      - `postman-token` string
      - `user-agent` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/versions/a9f3a290e4dc/schema)
