{"info":{"_postman_id":"4a2deb00-d081-447a-a1cb-5166d381e9ca","name":"Authentication API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11204995","collectionId":"4a2deb00-d081-447a-a1cb-5166d381e9ca","publishedId":"UVR4M9dS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-09T17:51:54.000Z"},"item":[{"name":"Register","id":"f97645f1-a1f8-4a01-8681-abf30457b972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ogbekagolden@gmail.com\",\r\n    \"password\": \"1234\",\r\n    \"name\": \"Golden Ogbeka\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://authentication-api-by-golden.herokuapp.com/api/register","urlObject":{"protocol":"https","path":["api","register"],"host":["authentication-api-by-golden","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f97645f1-a1f8-4a01-8681-abf30457b972"},{"name":"Login","id":"5cc01516-8218-407e-8a2a-8bc729acaefa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ogbekagolden@gmail.com\",\r\n    \"password\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://authentication-api-by-golden.herokuapp.com/api/login","urlObject":{"protocol":"https","path":["api","login"],"host":["authentication-api-by-golden","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cc01516-8218-407e-8a2a-8bc729acaefa"},{"name":"Google Login","id":"758b3b82-e721-48dd-94a4-41a2ecb317fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ogbekagolden@gmail.com\",\r\n    \"password\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://authentication-api-by-golden.herokuapp.com/api/login/google","urlObject":{"protocol":"https","path":["api","login","google"],"host":["authentication-api-by-golden","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"758b3b82-e721-48dd-94a4-41a2ecb317fa"},{"name":"Facebook Login","id":"30720626-50d3-4165-8544-e302f824a794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ogbekagolden@gmail.com\",\r\n    \"password\": \"12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://authentication-api-by-golden.herokuapp.com/api/login/facebook","urlObject":{"protocol":"https","path":["api","login","facebook"],"host":["authentication-api-by-golden","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"30720626-50d3-4165-8544-e302f824a794"},{"name":"Get All Users","id":"5fc65b22-ceac-4f40-af82-5a4cef737231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://authentication-api-by-golden.herokuapp.com/api/users","urlObject":{"protocol":"https","path":["api","users"],"host":["authentication-api-by-golden","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fc65b22-ceac-4f40-af82-5a4cef737231"},{"name":"Forgot Password","id":"3542a735-227b-4a38-a4d4-a0a41920b3a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ogbekagolden@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://authentication-api-by-golden.herokuapp.com/api/forgot-password","urlObject":{"protocol":"https","path":["api","forgot-password"],"host":["authentication-api-by-golden","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3542a735-227b-4a38-a4d4-a0a41920b3a1"},{"name":"Reset Password","id":"7d6e7ad7-5054-495b-ab77-0df27338643b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ogbekagolden@gmail.com\",\r\n    \"password\": \"12345\",\r\n    \"token\": \"41f34\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://authentication-api-by-golden.herokuapp.com/api/reset-password","urlObject":{"protocol":"https","path":["api","reset-password"],"host":["authentication-api-by-golden","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d6e7ad7-5054-495b-ab77-0df27338643b"}]}