{ "opencollection": "1.0.0", "info": { "name": "Terminal49 Containers Shipments API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "List shipments", "type": "http" }, "http": { "method": "GET", "url": "https://api.terminal49.com/v2/shipments", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "Page number for JSON:API pagination." }, { "name": "page[size]", "value": "", "type": "query", "description": "Number of records per page." } ] }, "docs": "List shipments" }, { "info": { "name": "Retrieve a shipment", "type": "http" }, "http": { "method": "GET", "url": "https://api.terminal49.com/v2/shipments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier (UUID)." } ] }, "docs": "Retrieve a shipment" }, { "info": { "name": "Edit a shipment", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.terminal49.com/v2/shipments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier (UUID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit a shipment" }, { "info": { "name": "Stop tracking a shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.terminal49.com/v2/shipments/:id/stop_tracking", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier (UUID)." } ] }, "docs": "Stop tracking a shipment" }, { "info": { "name": "Resume tracking a shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.terminal49.com/v2/shipments/:id/resume_tracking", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier (UUID)." } ] }, "docs": "Resume tracking a shipment" } ] } ], "bundled": true }