{"info":{"_postman_id":"670edc57-3e9b-40b8-b474-a9e4f8d0b223","name":"Laravel 6.0 API Boilerplate","description":"<html><head></head><body><p>Postman API Documentation Starter Kit for Laravel 6 Backend API </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"880526","collectionId":"670edc57-3e9b-40b8-b474-a9e4f8d0b223","publishedId":"SVtN3BkG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-09-30T02:05:12.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","id":"706d51ee-4b15-443c-92d9-e3a778353857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"admin@admin.com","type":"text"},{"key":"password","value":"1234","type":"text"}]},"url":"http://localhost:8000/api/auth/login","urlObject":{"protocol":"http","port":"8000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"706d51ee-4b15-443c-92d9-e3a778353857"},{"name":"Register","id":"d0f46a2d-b59f-47c4-a6b9-cd99206effbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"user sample","type":"text"},{"key":"email","type":"text","value":"user@sample.app"},{"key":"password","type":"text","value":"12345678"},{"key":"password_confirmation","value":"12345678","type":"text"}]},"url":"http://localhost:8000/api/auth/register","urlObject":{"protocol":"http","port":"8000","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0f46a2d-b59f-47c4-a6b9-cd99206effbb"},{"name":"Request Reset Password","id":"484160b9-fcaf-4251-82a7-33075e5be99a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"user@user.com","type":"text"}]},"url":"http://localhost:8000/api/auth/recovery","urlObject":{"protocol":"http","port":"8000","path":["api","auth","recovery"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"484160b9-fcaf-4251-82a7-33075e5be99a"},{"name":"Reset Password","id":"628b575f-15a5-49d9-b6aa-59492221c9e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"user@sample.app","type":"text"},{"key":"password","value":"12345678","type":"text"},{"key":"password_confirmation","value":"12345678","type":"text"},{"key":"token","value":"89410a02da590297887c93f258962c99981629b6a009c1ab60f1e316b3fa552d","type":"text"}]},"url":"http://localhost:8000/api/auth/reset","urlObject":{"protocol":"http","port":"8000","path":["api","auth","reset"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"628b575f-15a5-49d9-b6aa-59492221c9e6"},{"name":"Logout","id":"f97e0a14-02d8-4c8f-ac13-8f6028e9171d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:8000/api/auth/logout","urlObject":{"protocol":"http","port":"8000","path":["api","auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f97e0a14-02d8-4c8f-ac13-8f6028e9171d"}],"id":"76af4ae0-9bd2-4dec-828b-26a12ff94565","_postman_id":"76af4ae0-9bd2-4dec-828b-26a12ff94565","description":""},{"name":"Account","item":[{"name":"Profile","id":"80806205-a53c-40f9-8605-660658441851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/profile","urlObject":{"protocol":"http","port":"8000","path":["api","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"80806205-a53c-40f9-8605-660658441851"},{"name":"Profile Update","id":"aa01f678-c7fa-4761-9203-11056cc46054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Admin User","type":"text"},{"key":"email","value":"admin@admin.com","type":"text"}]},"url":"http://localhost:8000/api/profile","urlObject":{"protocol":"http","port":"8000","path":["api","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa01f678-c7fa-4761-9203-11056cc46054"},{"name":"Update Password","id":"df63a3cf-2307-4072-8cfd-afd17dbde2b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"current_password","value":"12341","type":"text"},{"key":"new_password","value":"12345678","type":"text"},{"key":"new_password_confirmation","value":"12345678","type":"text"}]},"url":"http://localhost:8000/api/profile/password","urlObject":{"protocol":"http","port":"8000","path":["api","profile","password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"df63a3cf-2307-4072-8cfd-afd17dbde2b0"}],"id":"59f0e280-51e9-4a4d-ac30-61a7101cb973","_postman_id":"59f0e280-51e9-4a4d-ac30-61a7101cb973","description":""}]}