Get Client IP Address

Retrieves the IP address of the client making the request.

GET :v1/decision/ip

Response

{
    "data": {
        "ip_address": "XXXXXXXXXXX"
    },
    "message": "IP address retrieved successfully",
    "status": true
}

Last updated