cURL
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
Documentation IndexFetch the complete documentation index at: https://docs.scute.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.scute.io/llms.txt
Use this file to discover all available pages before exploring further.
API Secret token
User Access token
App ID
successful
Success message
Number of notifications marked as read
Was this page helpful?