cURL
curl --request POST \ --url https://api.dontdie.com/account/announcements/{announcementId} \ --header 'Authorization: Bearer <token>' \ --header 'x-dd-client-id: <api-key>'
Enter your Bearer token in the format: Bearer
Your API client ID for the request
The ID of the announcement to mark as read
No Content
Was this page helpful?