Get user unread notifications count
Notifications
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.eyJzdWIiOiIxODY2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjI4LCJleHAiOjE3NTU4NTgyMjgsImp0aSI6IjIyNTI3MzI4LTNlY2YtNDgwZi1iMzBlLTdmZTlhNTgzNjZmYyJ9.US1hSzkaAgJLq9N5HJ0QUWYQEH9hs56JER3jl_iaeOY
Host: example.org
Cookie:
Body
{
}
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: b535a969-6381-4b72-9d6f-861ee1032f87
x-runtime: 0.013573
content-length: 53
Body
{
"notifications": 3,
"contract_extentions": 1,
"chats": 0
}