REST API
Geoflow offers a REST API that allows you to implement advanced functionality through your own backend or via Zapier, Make, Airtable, and more.
Base REST URL
Authentication
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.
Rate Limit
25 Requests per Second
Available Endpoints
Get Visitor IP
/get-visitor-ip
Get the IP address for a visitor or online device.
Get Visitor Data
/get-visitor-data
Get the data associated with a specific IP address.
Add Website
/add-website/:accountID
Add a single website to your account.
Delete Website
/delete-website/:siteID
Delete a single website from your account.
Update Website
/edit-website/:siteID
Update a single website that is in your account.
List Websites
/list-websites/:accountID
List all the websites that are in your account.
Get Website
/get-website/:siteID
Get a single website that is in your account.
Last updated
Was this helpful?