현재 로그인한 사용자의 삭제되지 않은 알림 개수를 조회합니다.
cURL
curl --request GET \ --url https://k-polaris.life/api/v1/notifications/count \ --header 'Authorization: Bearer <token>'
{ "count": 3 }
Documentation IndexFetch the complete documentation index at: https://polaris.nimonic.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://polaris.nimonic.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
성공
삭제되지 않은 알림 개수입니다.
3