{ "opencollection": "1.0.0", "info": { "name": "Printify Catalog Shops API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shops", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the list of shops in a Printify account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.printify.com/v1/shops.json" }, "docs": "Retrieve the list of shops in a Printify account." }, { "info": { "name": "Disconnect a shop from the account.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.printify.com/v1/shops/:shop_id/connection.json", "params": [ { "name": "shop_id", "value": "", "type": "path" } ] }, "docs": "Disconnect a shop from the account." } ] } ], "bundled": true }