Get Visitor Data
Get the data associated with a specific IP address.
GET
https://getgeoflow.com/beta/api/get-visitor-data
The same properties outlined in the Visitor Data Properties table will be returned in the response, where available or applicable.
This will be based on an IP address you provide in the X-Visitor-IP
header. If the header is omitted, the first IP address found in the X-Forwarded-For
header will be used.
Headers
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?