Radar ​
Location infrastructure platform for geofencing, geocoding, address validation, routing, and user location tracking.
| Detail | Value |
|---|---|
| Category | Data & Productivity |
| Base URL | https://api.radar.io/v1 |
| Authentication | API Key |
| Endpoints | 15 |
| Connector key | radar |
Using Radar in a workflow ​
- Go to Connections and click New Connection.
- Pick Radar from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /track | Track device location |
| GET /geocode/forward | Forward geocode address to coordinates |
| GET /geocode/reverse | Reverse geocode coordinates to address |
| GET /geocode/ip | Geolocate IP address |
| GET /addresses/validate | Validate US/Canada address |
| GET /search/autocomplete | Autocomplete address or place name |
| GET /search/geofences | Find geofences near a location |
| GET /search/places | Find places near a location |
| GET /search/users | Find users near a location |
| GET /users | List users by last update time |
| GET /route/distance | Calculate travel distance and duration |
| GET /route/directions | Get turn-by-turn directions |
| GET /route/matrix | Calculate distance/duration matrix |
| GET /route/optimize | Optimize visit order for multiple locations |
| POST /route/match | Snap GPS trace to roads |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.