SwiftGoma.SwiftGoma

Search endpoints

Jump to any API endpoint by name, method, or path

Notifications

Mark all notifications read

POST/api/v1/notifications/read-all

Marks 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
  }
}