BooyahDocs/docs/users/push-message-sessions.md

15 lines
388 B
Markdown
Raw Normal View History

# Push Message Sessions
2021-08-19 00:24:29 -04:00
Request Method: GET
* */users/`userID`/push-message-sessions* = Get Somethings about the notificactions
* Response Example:
```js
{
"read_msg_id": "20randomnumbersherex", // Some random numbers with id
"unread_msg_count": 0, // Unreaded notifications
"latest_msg_id": "20randomnumbersherex" // Latest id of msg
}
```