# API를 통해 도어 관리하기

타사 플랫폼은 다음을 사용하여 Verkada에서 관리하는 문을 프로그래밍 방식으로 제어할 수 있습니다. **API를 통한 도어 관리 활성화** Verkada의 액세스 제어 API를 사용하여 설정을 활성화합니다.

### 적용 가능한 도어 관리 API

다음 액세스 제어 API 카테고리에는 API로 제어되는 모든 문에 다음이 필요하도록 하는 API가 포함됩니다. **API를 통한 도어 관리 활성화** 활성화됨.

* [출입문 잠금 해제 API](https://apidocs.verkada.com/reference/postaccessadminapiunlockviewv1)
* [문 예외 일정 API](https://apidocs.verkada.com/reference/getaccessdoorexceptioncalendarsviewv1)
* [액세스 수준 API](https://apidocs.verkada.com/reference/getaccesslevelview)

{% hint style="warning" %}
참조 [Verkada API 문서](https://apidocs.verkada.com/) 에서 이 설정이 필요한 특정 API 엔드포인트에 대한 자세한 내용을 확인할 수 있습니다.
{% endhint %}

***

## Command 구성

문을 API를 통해 제어하기 전에, API를 통한 문 제어 권한을 다음 수준에서 활성화해야 합니다.

* [조직 수준](/access-control/ko/integrations-and-alerts/manage-doors-via-api.md)
* [사이트 수준](/access-control/ko/integrations-and-alerts/manage-doors-via-api.md)
* [문 수준](/access-control/ko/integrations-and-alerts/manage-doors-via-api.md)

### 조직 수준 구성

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Access로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 액세스 설정을 클릭합니다.**
{% endstep %}

{% step %}
**API를 통한 도어 관리 활성화를 켭니다.**
{% endstep %}
{% endstepper %}

### 사이트 수준 구성

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Access로 이동합니다.**
{% endstep %}

{% step %}
**모든 사이트 드롭다운에서 사이트를 선택합니다.**
{% endstep %}

{% step %}
**상단에서 액세스 설정을 클릭합니다.**
{% endstep %}

{% step %}
**API를 통한 도어 관리 활성화를 켭니다.**
{% endstep %}
{% endstepper %}

### 문 수준 구성

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Access로 이동합니다.**
{% endstep %}

{% step %}
**모든 사이트 드롭다운에서 사이트를 선택합니다.**
{% endstep %}

{% step %}
**문을 선택하고 설정을 클릭합니다.**
{% endstep %}

{% step %}
**설치자 설정 아래에서 API를 통한 도어 관리 활성화를 켭니다.**
{% endstep %}
{% endstepper %}

***

## API 잠금 해제 이벤트 검토

문 잠금 해제 API 호출이 사용되면, API를 통해 문 잠금 해제 요청이 이루어졌음을 나타내는 이벤트가 Command에 기록됩니다. 이 이벤트에는 액세스가 허용되었는지, 어떤 API가 사용되었는지, 그리고 (해당하는 경우) 요청과 관련된 액세스 사용자 정보가 표시됩니다.

문 잠금 해제 API 요청과 관련된 이벤트는 액세스 제어 [보고서](/access-control/ko/integrations-and-alerts/access-control-reports.md) 페이지 또는 [문 페이지](/access-control/ko/configuration/configure-a-door-in-command/view-access-control-doors.md) 에서 해당 문에 대해 확인할 수 있습니다.

문 잠금 해제 API 요청과 관련된 이벤트에는 다음 정보가 포함됩니다.

* **이벤트 이름:** 액세스 허용 또는 액세스 거부
* **방법:** 사용자 잠금 해제 API 또는 관리자 잠금 해제 API
* **사용자** (방법이 사용자 잠금 해제 API인 경우): 잠금 해제 요청과 연결된 액세스 사용자.
* **자격 증명:** 다음을 사용하는 [Verkada API 키](https://apidocs.verkada.com/reference/quick-start-guide) API 잠금 해제 요청을 수행하는 데 사용됨.

<div align="left" data-with-frame="true"><img src="/files/a79c9252f8684c2e89dcffb6cb95d3a8cbcc8229" alt=""></div>

***

{% hint style="info" %}
**직접 확인해 보고 싶으신가요?** 다음을 확인해 보세요. [비디오 튜토리얼](https://www.youtube.com/watch?v=nvJkh2jyOjU).
{% 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://help.verkada.com/access-control/ko/integrations-and-alerts/manage-doors-via-api.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.
