Skip to main content
POST
/
v1
/
announcements
/
{id}
/
read
curl -X POST https://api.truthlocks.com/v1/announcements/550e8400-e29b-41d4-a716-446655440000/read \
  -H "X-API-Key: tlk_your_key_here"
{}
Marks the specified announcement as read. This updates the is_read field to true and removes the unread indicator in the console.

Parameters

id
uuid
required
The announcement ID.

Responses

{}
curl -X POST https://api.truthlocks.com/v1/announcements/550e8400-e29b-41d4-a716-446655440000/read \
  -H "X-API-Key: tlk_your_key_here"