Get Visitor IP
Get the IP address for a visitor or online device.
GET
https://getgeoflow.com/beta/api/get-visitor-ip
Headers
Name
Type
Description
Authorization*
String
Bearer <TOKEN>
{
"visitor_ip": "192.168.1.1"
}
Developer Warning: Never share your API key with anyone or add it to client-side code. Where possible, use environment variables in your backend to keep your API key secure.
Last updated
Was this helpful?