Skip to content

Changes properties of an email. This does not care about the previous status, i.e. setting a property to the same value as before will still result in a success response.

PATCH
/api/mailbox/{emailId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

emailId*

which email to modify

Typeinteger
Required
Pattern"\\d+"

Request Body

application/json
JSON
{
"folder": 0,
"isRead": true
}

Responses

Success.

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python