{ "opencollection": "1.0.0", "info": { "name": "On Demand Rider Authentication RiderPosition API", "version": "1.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "RiderPosition", "type": "folder" }, "items": [ { "info": { "name": "Get Rider Position for Specific Order", "type": "http" }, "http": { "method": "GET", "url": "https://pandago-api-sandbox.deliveryhero.io/sg/api/v1/orders/:order_id/coordinates", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "order_id", "value": "", "type": "path", "description": "ID of the order to get" } ] }, "docs": "Use this endpoint to get current rider position. It takes a JSON object containing an order." } ] } ], "bundled": true }