PUT /api/mail/contacts
PUT /mail/contacts Save or update the detail for one address. Upsert, so the client does not have to know whether a record already exists.
| Method | PUT |
| Path | /api/mail/contacts |
| Domain | Messaging & files · Mail |
| Tier | computation (public) |
| Auth | user |
Request
curl -X PUT https://zeqsdk.com/api/mail/contacts \
-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.