Page cover image

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.

If you want to try the REST API, please contact us at [email protected] and share what you would like to build with it, along with any other necessary information.

If your request is accepted, you will receive an API Key and further instructions.

Base REST URL

https://getgeoflow.com/beta/api

Authentication

Authorization: Bearer <TOKEN>

Rate Limit

25 Requests per Second

Available Endpoints

Endpoint Name
Endpoint Path
Endpoint Description

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?