Push Notification API

get /notifications/badge

Get badge count

Base URL https://api.vseepreview.com/api_v3

Authentication: User Token — Requires a user access token from login or SSO.

Get the badge number for notifications

Parameters

NameInTypeRequiredEnumDefaultDescription
X-ApiTokenheaderstringyesAPI token (e.g. your_api_token)

Responses

200 — Successful response

Badge Count

{
  "data": 5
}

Machine-readable: OpenAPI JSON