{ "opencollection": "1.0.0", "info": { "name": "Kitchen Stories Internal Articles Admin User External Recipes API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User External Recipes", "type": "folder" }, "items": [ { "info": { "name": "List all external recipes saved by the user", "type": "http" }, "http": { "method": "GET", "url": "https://api.kitchenstories.io/api/users/me/external-recipes/" }, "docs": "List all external recipes saved by the user" }, { "info": { "name": "Add saved-external-recipe uuid or url into the user's external recipes", "type": "http" }, "http": { "method": "POST", "url": "https://api.kitchenstories.io/api/users/me/external-recipes/", "body": { "type": "json", "data": "{}" } }, "docs": "Add saved-external-recipe uuid or url into the user's external recipes" }, { "info": { "name": "Get saved external recipe data from the user's external recipes list", "type": "http" }, "http": { "method": "GET", "url": "https://api.kitchenstories.io/api/users/me/external-recipes/:external-recipe-id/", "params": [ { "name": "external-recipe-id", "value": "", "type": "path", "description": "External Recipe ID" } ] }, "docs": "Get saved external recipe data from the user's external recipes list" }, { "info": { "name": "Remove saved external recipe from the user's external recipes", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kitchenstories.io/api/users/me/external-recipes/:external-recipe-id/", "params": [ { "name": "external-recipe-id", "value": "", "type": "path", "description": "External Recipe ID" } ] }, "docs": "Remove saved external recipe from the user's external recipes" }, { "info": { "name": "Previews an external recipe by providing an URL", "type": "http" }, "http": { "method": "GET", "url": "https://api.kitchenstories.io/api/users/me/external-recipe-preview/", "params": [ { "name": "url", "value": "", "type": "query", "description": "URL to the external Recipe" } ] }, "docs": "*Returns:*\n* On URL Error: `{'errors': ['previewexternalrecipeform.url.is_not_valid', 'previewexternalrecipeform.url.is_empty']}`\n* On Recipe-Not-Exists in the page: `{}`\n* On Recipe Exists: `RECIPE-Vx-OBJECT`\n" } ] } ], "bundled": true }