v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
Mail: Forwarders

Update forwarder keep-copy setting

Enable or disable keeping a copy of forwarded messages in the mailbox.

patch/api/mail/v1/forwarders/{forwarderId}/keep-copy

Path parameters

forwarderIdstring required
Example:FW1a2b3c4d5e6f7g

Forwarder resource ID

Request body

is_keep_copy_enabledboolean required

Whether to keep a copy of forwarded messages in the mailbox

Example request

{
  "is_keep_copy_enabled": true
}

Response

Success response

messagestring

Example response

{
  "message": "Request accepted"
}