{ "opencollection": "1.0.0", "info": { "name": "Pitney Bowes Shipping Address Pickups API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://shipping-api.pitneybowes.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Pickups", "type": "folder" }, "items": [ { "info": { "name": "Schedule a pickup", "type": "http" }, "http": { "method": "POST", "url": "https://shipping-api.pitneybowes.com/shippingservices/v1/pickups", "body": { "type": "json", "data": "{}" } }, "docs": "Schedule a pickup" }, { "info": { "name": "Cancel a pickup", "type": "http" }, "http": { "method": "DELETE", "url": "https://shipping-api.pitneybowes.com/shippingservices/v1/pickups/:pickupId", "params": [ { "name": "pickupId", "value": "", "type": "path" } ] }, "docs": "Cancel a pickup" } ] } ], "bundled": true }