Notification Service API
알림 관리 및 실시간 전달 서비스
이 문서는 브라우저에서 대화형으로 렌더합니다. JavaScript 를 켜면
요청·응답 스키마와 예제까지 볼 수 있습니다.
오퍼레이션 13개
GET /notification/api/v1/notifications — 알림 목록 조회
GET /notification/api/v1/notifications/missed — 놓친 알림 조회
POST /notification/api/v1/notifications/read-all — 모든 알림 읽음 처리
GET /notification/api/v1/notifications/unread/count — 읽지 않은 알림 수 조회
DELETE /notification/api/v1/notifications/{id} — 알림 삭제
POST /notification/api/v1/notifications/{id}/read — 알림 읽음 처리
GET /notification/api/v1/popup-rules — 팝업 규칙 목록 조회
POST /notification/api/v1/popup-rules — 팝업 규칙 생성
GET /notification/api/v1/popup-rules/{id} — 팝업 규칙 단건 조회
PUT /notification/api/v1/popup-rules/{id} — 팝업 규칙 수정
PATCH /notification/api/v1/popup-rules/{id} — 팝업 규칙 활성 여부 변경
DELETE /notification/api/v1/popup-rules/{id} — 팝업 규칙 삭제
POST /notification/api/v1/popup-rules/{id}/test — 팝업 규칙 테스트 전송