POST /api/zeq/settle
| Method | POST |
| Path | /api/zeq/settle |
| Group | Settle |
| Auth | authenticated session |
| Source | shared/api-core/src/routes/settle.ts |
Call it
curl -X POST https://zeqsdk.com/api/zeq/settle \
-H "Content-Type: application/json" \
-d '{"entries":null}'
Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.
Reference
- Group: Settle
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.