cURL
curl --request POST \ --url https://api.instantly.ai/api/v2/emails/threads/{thread_id}/mark-as-read \ --header 'Authorization: Bearer <token>'
{ "success": true }
Requires one of the following scopes: emails:update, emails:all, all:update, all:all
emails:update
emails:all
all:update
all:all
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"123e4567-e89b-12d3-a456-426614174000"
Default Response
true