Skip to main content
POST
/
api
/
v2
/
emails
/
threads
/
{thread_id}
/
mark-as-read
Mark all emails in a thread as read
curl --request POST \
  --url https://api.instantly.ai/api/v2/emails/threads/{thread_id}/mark-as-read \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

thread_id
string
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Default Response

success
boolean
Example:

true