{"info":{"_postman_id":"c3d24d62-beae-4429-adaf-618788333b37","name":"Laravel API Starter Kit","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18732653","collectionId":"c3d24d62-beae-4429-adaf-618788333b37","publishedId":"UVR4MpHk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-10T04:51:47.000Z"},"item":[{"name":"Password","item":[{"name":"Initialize","id":"982c938c-2d10-45ed-9a32-62aed516ff98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"","type":"text"}]},"url":"localhost:8000/api/password/forgot","description":"<p>To initialize the password delivery process. Sends OTP to email if the requested account exists.</p>\n","urlObject":{"path":["api","password","forgot"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"982c938c-2d10-45ed-9a32-62aed516ff98"},{"name":"Reset","id":"aed861a6-b930-483d-b3b3-ec234cb96be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"YOUR_TOKEN","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"password","value":"","type":"text"},{"key":"password_confirmation","value":"","type":"text"}]},"url":"localhost:8000/api/password/reset","description":"<p>Allow logged in user to reset password.</p>\n","urlObject":{"path":["api","password","reset"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"aed861a6-b930-483d-b3b3-ec234cb96be2"},{"name":"Verify","id":"b7ee3b2b-0f48-474d-a9f4-afa9eb46c03a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"","type":"text"},{"key":"otp","value":"","type":"text"}]},"url":"localhost:8000/api/password/verify","description":"<p>To verify the OTP. Returns access token.</p>\n","urlObject":{"path":["api","password","verify"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7ee3b2b-0f48-474d-a9f4-afa9eb46c03a"}],"id":"8c2c5509-48f0-4e42-b4de-6a1ba4463f77","_postman_id":"8c2c5509-48f0-4e42-b4de-6a1ba4463f77","description":""},{"name":"Register","id":"5e6e6c2e-e444-488a-9e9d-f41413353655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text"},{"key":"email","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"password_confirmation","value":"","type":"text"}]},"url":"localhost:8000/api/register","description":"<p>To register a new user.</p>\n","urlObject":{"path":["api","register"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e6e6c2e-e444-488a-9e9d-f41413353655"},{"name":"Login","id":"76289e96-88f2-45b8-be74-ea0f30ed2717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"localhost:8000/api/login","description":"<p>To log the user in. Returns the access token.</p>\n","urlObject":{"path":["api","login"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"76289e96-88f2-45b8-be74-ea0f30ed2717"},{"name":"Logout","id":"87a5def4-8e40-4a5b-beca-f0fdfd44e91d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"YOUR_TOKEN","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8000/api/logout","description":"<p>To log the user out.</p>\n","urlObject":{"path":["api","logout"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"87a5def4-8e40-4a5b-beca-f0fdfd44e91d"},{"name":"Profile","id":"608a2ed0-7408-4cc2-9180-5e493f9f9c87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"YOUR_TOKEN","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8000/api/me","description":"<p>To get the current logged in user's data.</p>\n","urlObject":{"path":["api","me"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"608a2ed0-7408-4cc2-9180-5e493f9f9c87"}],"event":[{"listen":"prerequest","script":{"id":"38029ce1-084b-4aa8-ad41-b74f316afb8b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"163c71fa-1686-4f49-b4ee-fa5455936c4a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"Token","value":"YOUR_TOKEN"},{"key":"BASE_URL","value":"localhost:8000"}]}