{ "opencollection": "1.0.0", "info": { "name": "SPOD (Spreadconnect) Fulfillment REST Articles API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-SPOD-ACCESS-TOKEN", "value": "{{X-SPOD-ACCESS-TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Articles", "type": "folder" }, "items": [ { "info": { "name": "List articles", "type": "http" }, "http": { "method": "GET", "url": "https://rest.spod.com/articles", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Retrieve all articles for the account, paginated." }, { "info": { "name": "Create an article", "type": "http" }, "http": { "method": "POST", "url": "https://rest.spod.com/articles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customizable article by combining a design with a product type and view." }, { "info": { "name": "Get an article", "type": "http" }, "http": { "method": "GET", "url": "https://rest.spod.com/articles/:articleId", "params": [ { "name": "articleId", "value": "", "type": "path" } ] }, "docs": "Get an article" }, { "info": { "name": "Delete an article", "type": "http" }, "http": { "method": "DELETE", "url": "https://rest.spod.com/articles/:articleId", "params": [ { "name": "articleId", "value": "", "type": "path" } ] }, "docs": "Delete an article" } ] } ], "bundled": true }