{ "opencollection": "1.0.0", "info": { "name": "Skydropx Pro Address Templates Orders and Labels 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": "Orders and Labels", "type": "folder" }, "items": [ { "info": { "name": "List orders", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/orders" }, "docs": "Lists all orders." }, { "info": { "name": "Create an order", "type": "http" }, "http": { "method": "POST", "url": "https://pro.skydropx.com/api/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new order." }, { "info": { "name": "Retrieve an order", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/orders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves an order by id." }, { "info": { "name": "Update an order", "type": "http" }, "http": { "method": "PATCH", "url": "https://pro.skydropx.com/api/v1/orders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing order." }, { "info": { "name": "Get order label URLs", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/orders/:id/labels", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves the generated shipping label URLs (PDF) for an order." } ] } ], "bundled": true }