{ "opencollection": "1.0.0", "info": { "name": "Platzi Fake Store Auth API", "version": "1.0.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Login and obtain JWT tokens", "type": "http" }, "http": { "method": "POST", "url": "https://api.escuelajs.co/api/v1/auth/login", "body": { "type": "json", "data": "{}" } }, "docs": "Login and obtain JWT tokens" }, { "info": { "name": "Get authenticated user profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.escuelajs.co/api/v1/auth/profile", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get authenticated user profile" }, { "info": { "name": "Refresh access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.escuelajs.co/api/v1/auth/refresh-token", "body": { "type": "json", "data": "{}" } }, "docs": "Refresh access token" } ] } ], "bundled": true }