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