v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
🚰 Kitchen Sink

Get 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.

get/kitchen-sink/request/user-agent

Response

Get user agent

messagestring
statusCodenumber
successboolean

Example response

{
  "data": {
    "userAgent": "PostmanRuntime/7.32.2"
  },
  "message": "User agent returned",
  "statusCode": 200,
  "success": true
}