{ "opencollection": "1.0.0", "info": { "name": "Skydropx Pro Address Templates Pickups API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://pro.skydropx.com/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Pickups", "type": "folder" }, "items": [ { "info": { "name": "List pickups", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/pickups" }, "docs": "Lists all scheduled carrier pickups." }, { "info": { "name": "Schedule a pickup", "type": "http" }, "http": { "method": "POST", "url": "https://pro.skydropx.com/api/v1/pickups", "body": { "type": "json", "data": "{}" } }, "docs": "Schedules a carrier pickup (recoleccion) for one or more shipments." }, { "info": { "name": "Retrieve a pickup", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/pickups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves a pickup by id." }, { "info": { "name": "Reschedule a pickup", "type": "http" }, "http": { "method": "POST", "url": "https://pro.skydropx.com/api/v1/pickups/reschedule", "body": { "type": "json", "data": "{}" } }, "docs": "Reschedules an existing pickup to a new date." }, { "info": { "name": "Check pickup coverage", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/pickups/coverage" }, "docs": "Checks available pickup dates for a location and carrier." } ] } ], "bundled": true }