Get Visitor Data
Last updated
Was this helpful?
Last updated
Was this helpful?
GET
https://getgeoflow.com/beta/api/get-visitor-data
The same properties outlined in the 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.
Authorization*
String
Bearer <TOKEN>
X-Visitor-IP
String
Visitor IP Address
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.