CustData
Get Api Ip
Returns the IP address of the client making the request.
Returns a JSON response with a key-value pair of "client_ip" and the IP address of the client and "status" with a value of "success" if the IP address is successfully retrieved. If an exception occurs, it returns a JSON response with a key-value pair of "error" and the error message and "status" with a value of "failed".
:param request: The incoming request object. :return: A JSON response object.
get/api/CustData/get-ip
Response
Successful Response
{"stackTrail":"paths:/api/CustData/get-ip:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.