Skip to main content

Retrieving all Geofences (GET)

https://core.rock7.com/API3/Geofence/All

This request will return all Geofences in your account.

Example with Parameters

curl --request GET \
--url 'https://core.rock7.com/API3/Geofence/All?username=myUsername&password=myPassword' \
--header 'accept: application/json'

Response

{
"geofences": [
{
"name": "bermuda_triangle",
"definition": "25.41,-80.23,32.38,-64.67,18.38,-65.63",
"id": "JYXyvGekqxMKABvYGyEzbRDgVQZOwmdp",
"type": "geofence"
}
]
}