{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"aa2bd76d-1e9d-433e-a804-90c343bdc6c5","name":"PathFinder","description":"Pathfinder Publish용 Collection입니다.\n\n#### **외부 로그인**\n\n1. 구글 OAuth2 로그인  \n    \\- URI : [https://accounts.google.com/o/oauth2/v2/auth?client_id={google-client-id}&amp;redirect_uri={redirect_uri}&amp;response_type={code}&amp;scope={scope}<br>](https://accounts.google.com/o/oauth2/v2/auth?client_id=690166915653-paa941cs02li19r4b778hldnjbaldp1h.apps.googleusercontent.com&redirect_uri=http://sixman-front-s3.s3-website.ap-northeast-2.amazonaws.com&response_type=code&scope=email)\\- METHOD : GET  \n    \\- REQUEST :  \n    client_id=[830692934800-9ulik9a4p22hd38uulbpghsrvabn17ab.apps.googleusercontent.com](http://830692934800-9ulik9a4p22hd38uulbpghsrvabn17ab.apps.googleusercontent.com/)  \n    redirect_uri=로그인 후 연결되는 페이지  \n    response_type=code  \n    scope=email  \n    \\- RESPONSE : redirect uri 에 쿼리로 코드 값 사용http://{baseUrl}/code=?  \n    \\[code를 통해 토큰 발급\\]  \n    \\- URI :  \n    [https://oauth2.googleapis.com/token?code={code}&amp;client_id={client_id}&amp;client_secret={client_secret}&amp;redirect_uri={redirect_uri}&amp;grant_type=authorization_code](https://oauth2.googleapis.com/token?code=%7Bcode%7D&client_id=%7Bclient_id%7D&client_secret=%7Bclient_secret%7D&redirect_uri=%7Bredirect_uri%7D&grant_type=authorization_code)  \n    \\- METHOD : POST  \n    \\- REQUEST :  \n    grant_type=authorization_code  \n    redirect_uri=[https://localhost:8080/auth/google/callback](https://localhost:8080/auth/google/callback)  \n    client_secret=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  \n    client_id=830692934800-9ulik9a4p22hd38uulbpghsrvabn17ab.apps.googleusercontent.com  \n    code={code}  \n    \\- RESPONSE :  \n    header : { Authorization : \"Bearer aaa.bbb.ccc\" Refresh : \"Bearer aaa.bbb.ccc\"}\n2. 깃허브 OAuth2 로그인  \n    \\- URI : [https://github.com/login/oauth/authorize?client_id={github-client-id}&amp;redirect_uri={redirect_uri}&amp;scope={scope}](http://localhost:8080/oauth2/authorization/google)  \n    \\- METHOD : GET  \n    \\- REQUEST :  \n    client_id=7dca96040ea08f34a56a  \n    redirect_uri=로그인 후 연결되는 페이지  \n    scope=email  \n    \\- RESPONSE : redirect uri 에 쿼리로 코드 값 사용http://{baseUrl}/code=?  \n    \\[code를 통해 토큰 발급\\]  \n    \\- URI :  \n    [https://github.com/login/oauth/access_token?code={code}&amp;client_id={client_id}&amp;client_secret={client_secret}&amp;redirect_uri={redirect_uri}&amp;grant_type=authorization_code](https://github.com/login/oauth/access_token?code=%7Bcode%7D&client_id=%7Bclient_id%7D&client_secret=%7Bclient_secret%7D&redirect_uri=%7Bredirect_uri%7D&grant_type=authorization_code)  \n    \\- METHOD : POST  \n    \\- REQUEST :  \n    grant_type=authorization_code  \n    redirect_uri=[https://localhost:8080/auth/github/callback](https://localhost:8080/auth/github/callback)  \n    client_secret=a6330dd162444fcbf246121236437bb63a1f7c58  \n    client_id=7dca96040ea08f34a56a  \n    code={code}  \n    \\- RESPONSE :  \n    header : { Authorization : \"Bearer aaa.bbb.ccc\" Refresh : \"Bearer aaa.bbb.ccc\"}\n3. 카카오 OAuth2 로그인  \n    \\- URI : h[ttps://kauth.kakao.com/oauth/authorize](https://kauth.kakao.com/oauth/authorize)client_id=0c96492a94d3847f094fda7ec7a29407&scope=profile_nickname,account_email&response_type=code&redirect_uri=[http://sixman-front-s3.s3-website.ap-northeast-2.amazonaws.com](http://sixman-front-s3.s3-website.ap-northeast-2.amazonaws.com)  \n    \\- METHOD : GET  \n    \\- REQUEST :  \n    client_id=a79191966acfe756c8d2e2ecc0d52c3c  \n    redirect_uri=로그인 후 연결되는 페이지  \n    response_type=code  \n    scope=profile_nickname, account_email  \n    \\- RESPONSE : redirect uri 에 쿼리로 코드 값 사용http://{baseUrl}/code=?  \n    \\[code를 통해 토큰 발급\\]  \n    \\- URI :  \n    [https://oauth2.googleapis.com/token?code={code}&amp;client_id={client_id}&amp;client_secret={client_secret}&amp;redirect_uri={redirect_uri}&amp;grant_type=authorization_code](https://oauth2.googleapis.com/token?code=%7Bcode%7D&client_id=%7Bclient_id%7D&client_secret=%7Bclient_secret%7D&redirect_uri=%7Bredirect_uri%7D&grant_type=authorization_code)  \n    \\- METHOD : POST  \n    \\- REQUEST :  \n    grant_type=authorization_code  \n    redirect_uri=[https://localhost:8080/auth/kakao/callback](https://localhost:8080/auth/kakao/callback)  \n    client_secret=xi4jXXeu4DSqb9Qk8k279YbEic60GZkI  \n    client_id=a79191966acfe756c8d2e2ecc0d52c3c  \n    code={code}  \n    \\- RESPONSE :  \n    header : { Authorization : \"Bearer aaa.bbb.ccc\" Refresh : \"Bearer aaa.bbb.ccc\"}","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"27565029","team":5668528,"collectionId":"aa2bd76d-1e9d-433e-a804-90c343bdc6c5","publishedId":"2s9YBz1uiA","public":true,"publicUrl":"https://documenter-api.postman.tech/view/27565029/2s9YBz1uiA","privateUrl":"https://go.postman.co/documentation/27565029-aa2bd76d-1e9d-433e-a804-90c343bdc6c5","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"Pathfinder API 명세서입니다."},{"name":"title","value":"Pathfinder API 명세서"}],"appearance":{"default":"dark","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.11.6","publishDate":"2023-09-07T05:08:33.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"Pathfinder API 명세서","description":"Pathfinder API 명세서입니다."},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/ed1372d6f0bdbe3181aea7a96e1582f3ff0fd320e63bdee5fbfc2ab61ff95e09","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/2s9YBz1uiA"}