{ "opencollection": "1.0.0", "info": { "name": "Kitchen Stories Internal Articles Admin User API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Details of given Public User", "type": "http" }, "http": { "method": "GET", "url": "https://api.kitchenstories.io/api/users/:uuid-or-slug/", "params": [ { "name": "uuid-or-slug", "value": "", "type": "path", "description": "User uuid or slug" } ] }, "docs": "Details of given Public User" }, { "info": { "name": "Details on currently authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.kitchenstories.io/api/users/me/" }, "docs": "Details on currently authenticated user" }, { "info": { "name": "Update currently authenticated user", "type": "http" }, "http": { "method": "PUT", "url": "https://api.kitchenstories.io/api/users/me/", "body": { "type": "json", "data": "{}" } }, "docs": "Update currently authenticated user" }, { "info": { "name": "Delete currently authenticated user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kitchenstories.io/api/users/me/" }, "docs": "Delete currently authenticated user" } ] } ], "bundled": true }