Skip to content
Start in Cloud

Get current IP

GET
/api/user/current-ip
curl --request GET \
--url https://hitkeep.com/api/user/current-ip \
--cookie hk_token=<hk_token>

Returns the resolved client IP and single-host CIDR for quick exclusion setup.

Current IP

Media type application/json
object
cidr
required
string
ip
required
string
Example generated
{
"cidr": "example",
"ip": "example"
}