--- title: 'Radar' description: 'Location infrastructure platform for geofencing, geocoding, address validation, routing, and user location tracking.' --- # Radar Location infrastructure platform for geofencing, geocoding, address validation, routing, and user location tracking. | Detail | Value | |---|---| | Category | Data | | Base URL | `https://api.radar.io/v1` | | Authentication | API Key | | Endpoints | 15 | | Connector key | `radar` | ## 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 | Endpoint | Summary | |---|---| | [POST /track](./post_track_track_updatelocation) | Track device location | | [GET /geocode/forward](./get_geocode_forward_geocode_forward) | Forward geocode address to coordinates | | [GET /geocode/reverse](./get_geocode_reverse_geocode_reverse) | Reverse geocode coordinates to address | | [GET /geocode/ip](./get_geocode_ip_geocode_ip) | Geolocate IP address | | [GET /addresses/validate](./get_addresses_validate_addresses_validate) | Validate US/Canada address | | [GET /search/autocomplete](./get_search_autocomplete_search_autocomplete) | Autocomplete address or place name | | [GET /search/geofences](./get_search_geofences_search_geofences) | Find geofences near a location | | [GET /search/places](./get_search_places_search_places) | Find places near a location | | [GET /search/users](./get_search_users_search_users) | Find users near a location | | [GET /users](./get_users_users_list) | List users by last update time | | [GET /route/distance](./get_route_distance_route_distance) | Calculate travel distance and duration | | [GET /route/directions](./get_route_directions_route_directions) | Get turn-by-turn directions | | [GET /route/matrix](./get_route_matrix_route_matrix) | Calculate distance/duration matrix | | [GET /route/optimize](./get_route_optimize_route_optimize) | Optimize visit order for multiple locations | | [POST /route/match](./post_route_match_route_match) | Snap GPS trace to roads | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.