curl --request POST \
--url https://{defaultHost}/v1/apps/{app_id}/notifications/mark_all_read \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"message": "<string>",
"updated_count": 123
}Mark all unread notifications as read for the authenticated user
curl --request POST \
--url https://{defaultHost}/v1/apps/{app_id}/notifications/mark_all_read \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"message": "<string>",
"updated_count": 123
}Was this page helpful?