LastLogin
Login Information
Return last authenticated login IP address
This function returns the IP address of the user who most recently logged in.
get/LastLogin/get_last_or_current_logged_in_ip
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_last_or_current_logged_in_ip",
"module": "LastLogin",
"result": {
"data": [
"192.168.0.1"
],
"status": 1
}
}