# Server Side API 명세서

- [푸시 API를 이용하여 푸시 발송하기](https://documentation.swing2app.co.kr/developer/server-side-api/push-api-notification.md): 스윙투앱 푸시발송 API
- [푸시기기 삭제하기](https://documentation.swing2app.co.kr/developer/server-side-api/remove-app-device-info.md): 스윙투앱 푸시발송 기기정보 삭제하기
- [회원 삭제하기](https://documentation.swing2app.co.kr/developer/server-side-api/delete-app-user.md): 스윙투앱 회원삭제 API
- [푸시알림 목록 가져오기](https://documentation.swing2app.co.kr/developer/server-side-api/push-notification-history.md): 스윙투앱 푸시알림 목록 가져오기 API
- [푸시알림 읽지 않은 메시지 Count](https://documentation.swing2app.co.kr/developer/server-side-api/push-notification-history-1.md): 스윙투앱 푸시알림 목록에서 읽지 않은 메시지 Count 가져오기 API
- [푸시알림 읽음처리 API](https://documentation.swing2app.co.kr/developer/server-side-api/push-notification-history-2.md): 스윙투앱 푸시알림 읽음처리로 변경하는 API
- [사용자 목록 가져오기](https://documentation.swing2app.co.kr/developer/server-side-api/get-user-list.md): 스윙투앱 사용자 목록 조회 API


---

# 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://documentation.swing2app.co.kr/developer/server-side-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.
