openapi: 3.0.3 info: title: Radar Events Track API description: Use Radar APIs as building blocks for location-based products and services like pickup and delivery tracking, location-triggered notifications, location verification, store locators, address autocomplete, and more. Or, use Radar APIs to manage your Radar data, including users, geofences, and events. version: '1.0' contact: name: Radar url: https://radar.com/documentation/api servers: - url: https://api.radar.io/v1 description: Radar production API security: - ApiKeyAuth: [] tags: - name: Track description: Update user locations and generate events paths: /track: post: tags: - Track summary: Track a user location responses: '200': description: Track event generated components: securitySchemes: ApiKeyAuth: type: apiKey in: header name: Authorization