{"info":{"_postman_id":"0dabb110-23cb-4edd-97a3-7c597c3311c6","name":"SocialConnects","description":"<html><head></head><body><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>The SocialConnect OAuth Laravel Library is a powerful tool for seamless integration of OAuth-based authentication in Laravel applications. It streamlines the process, allowing users to log in using their preferred social media accounts securely.\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7667667","collectionId":"0dabb110-23cb-4edd-97a3-7c597c3311c6","publishedId":"2s9YJaZPp8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-01T09:37:32.000Z"},"item":[{"name":"Social Gateways","item":[{"name":"index","id":"117fef17-534c-4f43-a2b7-32d9d4e352df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"127.0.0.1:8000/api/v1/social-gateways","urlObject":{"path":["api","v1","social-gateways"],"host":["127.0.0.1:8000"],"query":[{"disabled":true,"description":{"content":"<p>get all data without pagination</p>\n","type":"text/plain"},"key":"get_all","value":"1"},{"disabled":true,"description":{"content":"<p>0, 1</p>\n","type":"text/plain"},"key":"status","value":"0"}],"variable":[]}},"response":[],"_postman_id":"117fef17-534c-4f43-a2b7-32d9d4e352df"},{"name":"store","id":"4d62be7c-43fa-4db0-82cb-ac3240386ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"gateway\": \"facebook\", // use small letter for a gateway name\n    \"credentials\": {\n        \"client_id\": \"\",\n        \"client_secret\": \"\",\n        \"redirect_url\": \"\"\n    },\n    \"additional\": {\n        \"name\": \"Facebook\",\n        \"image\": \"image_url\"\n        // ...your useful additional data\n    },\n    \"status\": 1 // use 1 or 0\n}"},"url":"127.0.0.1:8000/api/v1/social-gateways","urlObject":{"path":["api","v1","social-gateways"],"host":["127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d62be7c-43fa-4db0-82cb-ac3240386ca7"},{"name":"show","id":"2f8723f2-08be-4aa0-b710-0ea1b741f62a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"127.0.0.1:8000/api/v1/social-gateways/:id","urlObject":{"path":["api","v1","social-gateways",":id"],"host":["127.0.0.1:8000"],"query":[],"variable":[{"id":"04a64977-420f-45d7-81e9-49d7d78f5456","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"2f8723f2-08be-4aa0-b710-0ea1b741f62a"},{"name":"update","id":"f2ad51c6-eef4-427a-aa2b-89180a905c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"gateway\": \"facebook\", // use small letter for a gateway name\n    \"credentials\": {\n        \"client_id\": \"\",\n        \"client_secret\": \"\",\n        \"redirect_url\": \"\"\n    },\n    \"additional\": {\n        \"name\": \"Facebook\",\n        \"image\": \"image_url\"\n        // ...your useful additional data\n    },\n    \"status\": 1 // use 1 or 0\n}"},"url":"127.0.0.1:8000/api/v1/social-gateways/:id","urlObject":{"path":["api","v1","social-gateways",":id"],"host":["127.0.0.1:8000"],"query":[],"variable":[{"id":"108109ff-8185-465b-a6c0-d6b0cdc1278b","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"f2ad51c6-eef4-427a-aa2b-89180a905c07"},{"name":"destroy","id":"d1c5c2d6-2f2f-4980-b65f-11d8147328a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"127.0.0.1:8000/api/v1/social-gateways/:id","urlObject":{"path":["api","v1","social-gateways",":id"],"host":["127.0.0.1:8000"],"query":[],"variable":[{"id":"0d85cdad-657b-4efb-8567-4ee26211d224","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"d1c5c2d6-2f2f-4980-b65f-11d8147328a6"}],"id":"cac62eb0-0073-4a88-87af-64ea2f7c22ee","description":"<p>Store your required social gateways</p>\n","_postman_id":"cac62eb0-0073-4a88-87af-64ea2f7c22ee"},{"name":"Connect","item":[{"name":"AuthRequest","id":"06d2f8c2-f4c7-4a22-b073-f7c42c72c8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"gateway\": \"facebook\" // use small letter for a gateway name\n}"},"url":"127.0.0.1:8000/api/v1/social-connects/auth-request","urlObject":{"path":["api","v1","social-connects","auth-request"],"host":["127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"06d2f8c2-f4c7-4a22-b073-f7c42c72c8eb"}],"id":"2dd11c9e-a9e8-496c-829d-8ccca7509bc0","description":"<p>Login with oauth</p>\n","_postman_id":"2dd11c9e-a9e8-496c-829d-8ccca7509bc0"}],"variable":[{"id":"6fd21108-1d10-46a0-a804-07188bbc7eab","key":"baseUrl","value":"127.0.0.1:8000"}]}