# 이벤트

쇼핑몰의 이벤트와 관련된 다양한 기능을 활용하기 위한 이벤트(Event) API는 개발자들에게 이벤트 처리와 관리에 필요한 엔드포인트를 제공합니다. 이 문서는 이벤트 API의 전반적인 내용을 설명하며, 개발자들이 API를 효과적으로 사용할 수 있도록 안내합니다.

***

### API 구성 <a href="#api" id="api"></a>

* [이벤트 공통](/api-guide/store-front/undefined/undefined.md)
* [이벤트 조회](/api-guide/store-front/undefined/undefined-1.md)
* [이벤트 참여내역](/api-guide/store-front/undefined/undefined-2.md)
* [이벤트 응모](/api-guide/store-front/undefined/undefined-3.md)
* [이벤트 모듈 제공 API](/api-guide/store-front/undefined/api.md)


---

# 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/undefined.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.
