Skip to main content
POST
/
account
/
announcements
/
{announcementId}
Mark Announcement as Read
curl --request POST \
  --url https://api.dontdie.com/account/announcements/{announcementId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-dd-client-id: <api-key>'

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer

x-dd-client-id
string
header
required

Your API client ID for the request

Path Parameters

announcementId
string
required

The ID of the announcement to mark as read

Response

No Content