I’m trying to figure out how to replace a parameter to a parameter in my database when my API call doesn’t have a body?
I’m trying to use my visitor’s IP address to figure out what city they are in.
http://ip-api.com/docs/api:json
I setup a GET call in the API Connector, I get results but I can’t figure out how to replace the IP address to the actual user’s IP address?

