# 로그인 설정

## 간편 로그인 설정하기 <a href="#plus" id="plus"></a>

**\[설정**]메뉴에 진입해 간편 로그인을 설정할 수 있습니다.

![](https://tech.x2bee.com/download/attachments/266110992/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-SNS%20%EC%97%B0%EB%8F%99%EA%B4%80%EB%A6%AC.drawio.png)

### 1. 간편 로그인 연동 정보 조회 <a href="#id-1" id="id-1"></a>

* **소셜 계정 연동정보 조회 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/snsLinkInfo))\
  회원의 소셜 계정 연동정보를 조회합니다.

```
GET /v1/social/snsLinkInfo 
```

### 2. 간편 로그인 연동하기 <a href="#id-2" id="id-2"></a>

토글 버튼이 비활성화 되어 있을 경우 버튼 클릭 시 SNS연동을 진행합니다. 최초 연동일 경우 각 해당하는 소셜 서비스의 동의화면을 거친 후 연동이 진행되며 이후부터는 동의 진행 없이 연동이 진행됩니다. 이후 회원은 해당 서비스로 로그인 할 수 있습니다.

* **소셜 계정 연동 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/snsLinkConnect))\
  로그인 된 회원에 대한 소셜계정을 연동 처리합니다.

```
POST /v1/social/snsLinkConnect 
```

### 3. 간편 로그인 해제하기 <a href="#id-3" id="id-3"></a>

토글 버튼이 활성화 되어 있을 경우 버튼 클릭 시 SNS연동 해제를 진행합니다. 이후 회원은 해당 서비스로 로그인을 할 수 없습니다.

* **소셜 로그인 연동해제 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC/snsLinkCancel))\
  엑세스 토큰에 대한 회원의 연동소셜계정을 해제합니다.

```
POST/v1/social/snsLinkCancel 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api-guide/store-front-api/undefined-4/undefined-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
