{ "opencollection": "1.0.0", "info": { "name": "Radar Addresses Track API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Track", "type": "folder" }, "items": [ { "info": { "name": "Track a device location.", "type": "http" }, "http": { "method": "POST", "url": "https://api.radar.io/v1/track", "body": { "type": "json", "data": "{}" } }, "docs": "Tracks a device's location server-side, generating events and updating the user. Requires a secret key." }, { "info": { "name": "List users.", "type": "http" }, "http": { "method": "GET", "url": "https://api.radar.io/v1/users", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of users (default 100, max 1000)." } ] }, "docs": "Lists users, sorted by last updated descending." }, { "info": { "name": "Get a user.", "type": "http" }, "http": { "method": "GET", "url": "https://api.radar.io/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The Radar _id, or an external ID prefixed with externalId=." } ] }, "docs": "Retrieves a user by Radar ID or external ID." }, { "info": { "name": "Delete a user.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.radar.io/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Deletes a user and associated location data." } ] } ], "bundled": true }