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

# Get user agent

`GET /kitchen-sink/request/user-agent`

This API endpoint is designed to provide information about the user agent string associated with the client making the request.

It allows users to retrieve details about the user agent, which typically includes the name and version of the client's software or web browser.

## Response `200`

Get user agent

- object
  - `data` object
    - `userAgent` 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)
