Skip to content

notifications

4 endpoints at a glance
MethodPathSummary
GET/notificationsList Notifications
POST/notifications/{notification_id}/readMark Read
POST/notifications/read-allMark All Read
GET/notifications/unread-countUnread Count

notifications


List Notifications

GET
/notifications

Parameters

Header Parameters

authorization

Query Parameters

unread_only
Type
boolean
Default
false
page
Type
integer
Default
1
limit
Type
integer
Default
50

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Playground

Headers
Variables
Key
Value

Samples


Unread Count

GET
/notifications/unread-count

Cheap endpoint for the nav-bar bell badge to poll.

Parameters

Header Parameters

authorization

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Playground

Headers

Samples


Mark Read

POST
/notifications/{notification_id}/read

Parameters

Header Parameters

authorization

Path Parameters

notification_id*
Type
string
Required

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Playground

Headers
Variables
Key
Value

Samples


Mark All Read

POST
/notifications/read-all

Parameters

Header Parameters

authorization

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": "string"
}

Playground

Headers

Samples


Kancil — one workspace for contacts, work and money.