# 데이터 연동 (API Key / Webhook)

`설정` > `서비스 연동` > `보안/SSO` 탭에서 API Key와 Webhook을 관리할 수 있습니다.

{% hint style="warning" %}
API Key와 Webhook은 **엔터프라이즈 플랜**에서만 사용할 수 있습니다.
{% endhint %}

## 1. API Key 관리

***

API Key를 발급하여 외부 시스템에서 라운드HR 데이터에 접근할 수 있습니다.

### API Key 발급

* \[API Key 발급하기] 버튼을 클릭합니다.
* API Key 이름을 입력하고 발급합니다.
* 발급된 API Key는 목록에서 확인하고 복사할 수 있습니다.

### API Key 관리

* **복사:** API Key 옆 복사 아이콘을 클릭하여 토큰을 복사합니다.
* **삭제:** 삭제 아이콘을 클릭하여 사용하지 않는 API Key를 삭제합니다.

{% hint style="info" %}
API Key는 **Admin 권한**을 가진 사용자만 발급, 조회, 삭제할 수 있습니다.
{% endhint %}

## 2. Webhook 관리

***

Webhook을 등록하면 라운드HR에서 발생하는 이벤트를 외부 시스템으로 자동 전달할 수 있습니다.

### Webhook 등록

* \[Webhook 등록하기] 버튼을 클릭합니다.
* **Callback URL**을 입력하고 등록합니다.

### Webhook 관리

* **수정:** 등록된 Webhook의 Callback URL을 수정할 수 있습니다.
* **삭제:** 사용하지 않는 Webhook을 삭제합니다.

{% hint style="info" %}
Webhook은 **Admin 권한**을 가진 사용자만 등록, 수정, 삭제할 수 있습니다.
{% endhint %}


---

# 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://guide.roundhr.com/setting/integrations/data.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.
