Skip to main content
POST
Mark a conversation read

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Optional. A unique key you generate (max 255 chars, such as a UUID) that makes this request safe to retry. Retrying with the same key replays the original response instead of repeating the operation. Reusing a key with a different body returns 422.

Maximum string length: 255
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Path Parameters

id
string
required

Opaque conversation identifier, exactly as returned in threadId. Do not construct or parse it.

Example:

"13a265fd-f0f2-b1d1-d6fc-154e483183e7"

Response

threadId
string
required
Example:

"13a265fd-f0f2-b1d1-d6fc-154e483183e7"

unreadCount
number
required

Emails left unread in the conversation.

Example:

0