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

# Get response headers

`GET /kitchen-sink/response/headers`

The API endpoint enables you to retrieve the response headers.

By accessing this endpoint, you can obtain the headers included in the response of an HTTP request.

This functionality is useful for inspecting and retrieving important metadata and information associated with the response, such as content type, cache control, and authentication-related headers.

It allows you to access and utilize the response headers for further processing or to gather relevant information from the API response.

## Response `200`

Get request headers

- object
  - `data` object
    - `headers` object
      - `access-control-allow-credentials` string
      - `access-control-allow-origin` string
      - `content-length` string
      - `content-type` string
      - `etag` string
      - `x-powered-by` 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/revisions/a9f3a290e4dc/schema)
