{ "opencollection": "1.0.0", "info": { "name": "Platzi Fake Store Auth Users API", "version": "1.0.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.escuelajs.co/api/v1/users", "params": [ { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List users" }, { "info": { "name": "Create user", "type": "http" }, "http": { "method": "POST", "url": "https://api.escuelajs.co/api/v1/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create user" }, { "info": { "name": "Get user", "type": "http" }, "http": { "method": "GET", "url": "https://api.escuelajs.co/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get user" }, { "info": { "name": "Update user", "type": "http" }, "http": { "method": "PUT", "url": "https://api.escuelajs.co/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update user" }, { "info": { "name": "Check email availability", "type": "http" }, "http": { "method": "POST", "url": "https://api.escuelajs.co/api/v1/users/is-available", "body": { "type": "json", "data": "{}" } }, "docs": "Check email availability" } ] } ], "bundled": true }