🚰 Kitchen Sink
Get client IP
This API endpoint is designed to provide the current client's IP (Internet Protocol) address.
It allows users to retrieve the IP address from which the client is making the request to the API.
get/kitchen-sink/request/ip
Response
Get client IP
Example response
{
"data": {
"ip": "::ffff:172.27.0.3",
"ipv": "IPv6"
},
"message": "IP information returned",
"statusCode": 200,
"success": true
}