Notifications

Get user unread notifications count

GET unread count [operator]

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.eyJzdWIiOiIxODY0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTQwLCJleHAiOjE3NTExMDg1NDAsImp0aSI6ImNkZTA4ZTFiLWVhOGQtNGVmMi1iYzEzLTIxNmFhNjAwOGQ1ZCJ9.UD-rL6ph5lPvc_PGL9_aC3IXlsu9QWnakv4NJIe4P6M
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/"7b2a56ad276672bcda5ebcecda13157c"
cache-control: max-age=0, private, must-revalidate
x-request-id: aee6fbd6-a185-48b7-8a63-475a8fc895d6
x-runtime: 0.010643
content-length: 53

Body

{
  "notifications": 0,
  "timesheets": 0,
  "jobs": 0,
  "chats": 1
}