Skip to main content

POST /api/mail/send

Internal routing: alias-table OR ZID-derived address → local zid. Both sender's sent-copy and (if internal) recipient's inbox-copy are inserted as separate rows, each independently encrypted under the owner's encryption

MethodPOST
Path/api/mail/send
Authuser
GroupComms · Mail

Request

curl -X POST https://zeqsdk.com/api/mail/send \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Needs a machine key — mint one free: curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.

Generated from the node's own route registry (GET /api/endpoints) — this path is live.