Skip to content

Radar ​

Location infrastructure platform for geofencing, geocoding, address validation, routing, and user location tracking.

DetailValue
CategoryData & Productivity
Base URLhttps://api.radar.io/v1
AuthenticationAPI Key
Endpoints15
Connector keyradar

Using Radar in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Radar from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /trackTrack device location
GET /geocode/forwardForward geocode address to coordinates
GET /geocode/reverseReverse geocode coordinates to address
GET /geocode/ipGeolocate IP address
GET /addresses/validateValidate US/Canada address
GET /search/autocompleteAutocomplete address or place name
GET /search/geofencesFind geofences near a location
GET /search/placesFind places near a location
GET /search/usersFind users near a location
GET /usersList users by last update time
GET /route/distanceCalculate travel distance and duration
GET /route/directionsGet turn-by-turn directions
GET /route/matrixCalculate distance/duration matrix
GET /route/optimizeOptimize visit order for multiple locations
POST /route/matchSnap GPS trace to roads

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.