Notifications

Get user unread notifications count

GET unread count [driver]

Endpoint

GET /api/v1/users/notifications/unread_count

Request

Route

GET /api/v1/users/notifications/unread_count

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxODM1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTUzLCJleHAiOjE3NDUwNTY5NTMsImp0aSI6IjY2MWFiNTI5LWIzNzQtNDdhMi1hMWFlLTIxMzYxNzI1YmNmZCJ9.5-pL-ImVuDMeRpW_S8yCzgnzHHrdSV4hqT0B6NnY9K8
Host: example.org
Cookie: 

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"dcb828b1f97b3a5534f5b54e21510172"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1d298651-5190-4adb-a69d-85433b2fe6a4
x-runtime: 0.009530
content-length: 53

Body

{
  "notifications": 3,
  "contract_extentions": 1,
  "chats": 0
}