> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ko/integrations-and-alerts/manage-doors-via-api.md).

# 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 %}

***

## 명령 구성

문을 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 %}
**왼쪽 탐색 메뉴에서 Access Settings를 클릭합니다.**
{% endstep %}

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

### 사이트 수준 구성

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

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

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

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

### 문 수준 구성

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

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

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

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

***

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

문 잠금 해제 API 호출이 사용되면, Command에 API를 통해 문 잠금 해제 요청이 있었음을 나타내는 이벤트가 기록됩니다. 이 이벤트에는 액세스 허용 여부, 사용된 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/access-control/ko/integrations-and-alerts/manage-doors-via-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
