# Open API 기능 개요

## 개요 <a href="#overview" id="overview"></a>

Marketap은 SDK뿐만 아니라 서버를 통해서도 데이터를 주고 받거나 메세지를 발송할 수 있습니다. 본 섹션에서는 서버를 통해 Marketap과 소통하는 기능에 대해서 설명합니다.

## 기능 설명 <a href="#functions" id="functions"></a>

### 1. 인증 토큰

서버를 통해 전달되는 모든 데이터는 보안을 위해 인증 토큰이 항상 요구됩니다.

{% content-ref url="authentication" %}
[authentication](https://docs.marketap.io/t3ZS4WXNMj0HK27EtIMV/developer/open-api/authentication)
{% endcontent-ref %}

### 2. 데이터 전송

서버를 통해 유저 및 이벤트에 대한 정보를 전달할 수 있습니다.

{% content-ref url="user-event-request" %}
[user-event-request](https://docs.marketap.io/t3ZS4WXNMj0HK27EtIMV/developer/open-api/user-event-request)
{% endcontent-ref %}

### 3. 메세지 발송

API를 통해 메세지 또한 발송이 가능합니다.

{% content-ref url="api" %}
[api](https://docs.marketap.io/t3ZS4WXNMj0HK27EtIMV/developer/open-api/api)
{% endcontent-ref %}
