notification
알림 기능
SSE 연결
SSE 연결
GET
https://www.elephantcodingclub.site/api/notifications/{userId}
Request Body
Name | Type | Description |
---|---|---|
user_id* | Long | 유저 Id |
개인 알림 목록 조회
개인 알림 목록 조회
GET
https://www.elephantcodingclub.site/api/notifications/list/{userId}
Cookies
Name | Type | Description |
---|---|---|
AccessToken* | String | JWT 토큰값 |
RefreshToken* | String | JWT 토큰값 |
Request Body
Name | Type | Description |
---|---|---|
user_id* | Long | 유저 Id |
알림 단건 읽음 처리
알림 단건 읽음 처리
POST
https://www.elephantcodingclub.site/api/mark-notification-as-read/{notificationId}
Cookies
Name | Type | Description |
---|---|---|
AccessToken* | String | JWT 토큰값 |
RefreshToken* | String | JWT 토큰값 |
Request Body
Name | Type | Description |
---|---|---|
notification_id* | Long | 알림 Id |
알림 전체 읽음 처리
알림 전체 읽음 처리
POST
https://www.elephantcodingclub.site/api/mark-all-notifications-as-read/{userId}
Cookies
Name | Type | Description |
---|---|---|
AccessToken* | String | JWT 토큰값 |
RefreshToken* | String | JWT 토큰값 |
Request Body
Name | Type | Description |
---|---|---|
user_id* | Long | 유저 Id |
사용자 인증 정보 조회
사용자 인증 정보 조회
GET
https://www.elephantcodingclub.site/api/get-user-info
Cookies
Name | Type | Description |
---|---|---|
Authorization* | String | JWT 토큰값 |
RefreshToken* | String | JWT 토큰값 |
Last updated