🚰 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
Example response
{
"data": {
"userAgent": "PostmanRuntime/7.32.2"
},
"message": "User agent returned",
"statusCode": 200,
"success": true
}