Notification
Get all in-app notification of the requesting user.
Returns the paginated list of in-app notifications
get/v1/notifications
Query parameters
page_sizeinteger
Maximum number of items to return.
page_tokenstring
Opaque continuation token from a previous page_info.next_page_token.
Response
OK
Example response
{
"items": [
{
"id": "9bsv0s46s6s002p9ltq0",
"title": "Do something great",
"description": "Make the world a better place!"
}
]
}