Glowb Dev Docs
Main API알림 API

알림 API

푸시 알림 관리 API

알림 API

사용자 알림 조회 및 관리 API입니다.

Base URL: /ai/notification

인증 정보

항목
인증 필요
인증 방식JWT Bearer Token

엔드포인트 목록

메서드경로설명인증
GET/ai/notification알림 목록 조회필요
PATCH/ai/notification/read알림 읽음 처리필요
DELETE/ai/notification/\{id\}알림 삭제필요
GET/ai/notification/unread읽지 않은 알림 여부 확인필요

알림 유형

유형설명data 필드
CAMPAIGN_APPLICATION캠페인 신청campaignId, applicantId
APPLICATION_SELECTED신청 선정campaignId, applicationId
CONTENT_FEEDBACK콘텐츠 피드백contentId, feedback
PAYMENT_COMPLETE결제 완료paymentId, amount
MESSAGE메시지 도착senderId, messageId

On this page