{ "opencollection": "1.0.0", "info": { "name": "Picker Production Documentation accounting tracking API", "version": "V1.0.0" }, "items": [ { "info": { "name": "tracking", "type": "folder" }, "items": [ { "info": { "name": "Get path for specific user", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tracking/getUserTrackingData", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ], "params": [ { "name": "userID", "value": "", "type": "query", "description": "user ID" } ] }, "docs": "Get path for specific user" }, { "info": { "name": "upload tracking history", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/tracking/enrouteDriver", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "upload tracking history" }, { "info": { "name": "upload tracking history to S3", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/tracking/uploadTrackFiletoS3", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "upload tracking history to S3" } ] } ], "bundled": true }