Niilox API · Field services
Geo tracking playground
Simulate geofence check-in, location trails, and worker pings — then wire the same flows with POST /gigs/{id}/location and GET /gigs/{id}/session.
Controls
In geofenceNo
Checked in—
Trail points1
Loading map…
Event log
demo_startWorker placed outside geofence
API
curl -s -X POST "https://api.niilox.com/api/v1/gigs/{gig_id}/location" \
-H "Authorization: Bearer $JWT" \
-H "X-App-ID: geogig" \
-H "Content-Type: application/json" \
-d '{"lat":6.525290,"lng":3.380096}'