The Location API is a RESTful pull API providing user-defined geofences in GeoJSON format from the Geoforce platform (app.geoforce.com).
Access
Pending general release, please reach out to Geoforce support to get access
Data Included
- Geofence identifiers: Name, ID, Type
- Geofence geometries: Centroid, Polygon coordinates
Getting Started
- Generate a "Geoforce Core Services" API Key and Secret for a user in the Geoforce Platform
-
Obtain a Location API JWT Token (token expires in 1 hour)
- POST to the User-Org API endpoint, Username = Your Key, Password = Your Secret, and Scope = location_api:read. Details in the User-Org API documentation
-
Make a GET request to the Location API endpoint using this JWT Token:
GET https://api.geoforce.com/location/v1/geofences
- Use query parameters to refine data
- Determine pull frequency for your integration
Documentation
Please refer to Geoforce Location API Documentation
Please contact Geoforce support for more information.
Comments
0 comments
Article is closed for comments.