Skip to main content

PATCH /api/mail/message/:id

MethodPATCH
Path/api/mail/message/:id
GroupMail
Authsession cookie
Sourceshared/api-core/src/routes/mail.ts

Call it

curl -X PATCH https://zeqsdk.com/api/mail/message/:id \
-H "Content-Type: application/json" \
-d '{}'

Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference