Get all geofences in an account.
Returns a paginated list of all geofences for the specified company. This is the GA API endpoint designed for mobile SDK consumption. No authentication required.
Returns a maximum of 100 results per page (default 20).
This API supports filtering via header instead of query param. Provide
X-Klaviyo-API-Filters header to filter geofences. We don't use regular
query param filters here because lat and long are sensitive information.
Supported filters:
lat (equals) - Latitude coordinate for distance-based sortinglng (equals) - Longitude coordinate for distance-based sortingWhen both lat and lng are provided, geofences are returned sorted by distance from the specified coordinates (closest first).
Example filter header:
X-Klaviyo-API-Filters: and(equals(lat,40.7128),equals(lng,-74.0060))
Rate limits:
Burst: 3/s
Steady: 60/m
Supported filters:
lat (equals) - Latitude coordinate for distance-based sortinglng (equals) - Longitude coordinate for distance-based sortingWhen both lat and lng are provided, geofences are returned sorted by distance from the specified coordinates (closest first).
Specify how the response should be mapped to the table output. The following formats are available:
Structured Table: Returns a parsed table with data split into rows and columns.
Raw Response: Returns the raw response in a single row with the following columns:
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Klaviyo Nodes from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!