Skip to main content

POST /api/zeq-mail/archive

MethodPOST
Path/api/zeq-mail/archive
GroupZeq Mail
Authsession cookie
Sourceshared/api-core/src/routes/zeqMail.ts

Call it

curl -X POST https://zeqsdk.com/api/zeq-mail/archive \
-H "Content-Type: application/json" \
-d '{}'

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

Reference