Skip to main content
GET
/
api
/
v1
/
notifications
/
count
알림 개수 조회
curl --request GET \
  --url https://k-polaris.life/api/v1/notifications/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 3
}

Documentation Index

Fetch the complete documentation index at: https://polaris.nimonic.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

성공

count
integer<int64>

삭제되지 않은 알림 개수입니다.

Example:

3