Get Client IP Address

Retrieves the IP address of the client making the request.

GET : v1/decision/ip

Response

A successful response returns the client’s IP address.

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

Last updated