# GET /notifications/badge URL: https://developers.vsee.io/api/push-notification-api/get/notifications/badge Auth: User Token — Requires a user access token from login or SSO. Get badge count Get the badge number for notifications Parameters: - X-ApiToken (header, string, required) — API token Responses: - 200 — Successful response ```json { "data": 5 } ```