Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

inbox_id
string<uuid>
required

Email inbox UUID.

message_id
string<uuid>
required

Inbound email message UUID.

Body

application/json
read_at
required

Set to true for server time, an ISO 8601 timestamp for an explicit read time, or null to mark unread.

Available options:
true

Response

Updated inbox message.

data
object
required