Mark all mentions read
POST /accounts/{account_id}/alerts/{alert_id}/mentions/markallread
Marks all mentions as read.
Parameters
account_id
(string) - Id of the accountalert_id
(number) - Id of the alertMinimal curl example
curl -ig 'https://api.mention.net/api/accounts/{account_id}/alerts/{alert_id}/mentions/markallread' \
-X POST \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Accept-Version: 1.19'