# 등록 절차

### 앱 등록 및 키 발급 <a href="#app-registration-and-key-issuance" id="app-registration-and-key-issuance"></a>

위핀 RESTful API를 사용하기 위해 먼저 [위핀 워크스페이스](https://workspace.wepin.io/login)에 앱을 등록해야 합니다. 위핀 워크스페이스로 이동하여 앱 등록 후 키를 발급받아 주세요. 자세한 진행 방법은 [앱 등록 및 키 발급 페이지](/wepin/workspace/app-registration-and-key-issuance.md)에서 확인할 수 있습니다.

앱 등록이 완료되면 아래와 같은 정보를 얻을 수 있습니다.

* App ID: 앱 식별자 번호
* App Key: 위핀 RESTful API 연결 키

### API 신청하기 <a href="#requesting-api-access" id="requesting-api-access"></a>

다음으로 개발 도구 메뉴의 플랫폼 탭에서 Restful API 신청하기 버튼을 클릭해주세요.

<figure><img src="/files/WioHy2WdWEtZT4yxAuzZ" alt=""><figcaption></figcaption></figure>

신청하기 버튼을 누르면, “REST API 신청하기” 창이 생성됩니다. API를 사용하려는 설문에 간단히 응답한 후, API를 추가할 플랫폼 (Web, Android, iOS 중복 선택 가능)을 선택하고 이름을 입력한 후 신청하기 버튼을 클릭해주세요.

<figure><img src="/files/S07C9sQnS0EcotRnzSa4" alt=""><figcaption></figcaption></figure>

Restful API를 신청 완료 후, 워크스페이스에 로그인 한 이메일로 신청 안내 메일을 확인해 주세요. 이메일에서 REST API 신청 안내 메일이 도착하면 모든 등록 절차를 완료했습니다.


---

# 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://docs.wepin.io/restful-api/registration.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.
