{ "opencollection": "1.0.0", "info": { "name": "Jitsu REST Tracking Information API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tracking Information", "type": "folder" }, "items": [ { "info": { "name": "Track Shipment", "type": "http" }, "http": { "method": "GET", "url": "https://api.staging.gojitsu.com/v3/tracking/:tracking_code/events", "params": [ { "name": "tracking_code", "value": "", "type": "path", "description": "Tracking Code" } ] }, "docs": "Get events for a tracking code" }, { "info": { "name": "Retrieve Tracking History", "type": "http" }, "http": { "method": "GET", "url": "https://api.staging.gojitsu.com/v3/tracking/:tracking_code", "params": [ { "name": "tracking_code", "value": "", "type": "path", "description": "Tracking Code" } ] }, "docs": "Get history for a tracking code" } ] } ], "bundled": true }