Notifications
Mark all notifications read
POST
/api/v1/notifications/read-allMarks every unread notification on the account as read.
Requires Authorization
Session
Request
curl --request POST \
--url https://api.swiftgoma.com/api/v1/notifications/read-all \
--header 'Authorization: Bearer <access_token>'200Example response
{
"success": true,
"data": {
"updatedCount": 4
}
}