POST /api/node/sync
| Method | POST |
| Path | /api/node/sync |
| Group | Node |
| Auth | Authorization: Bearer <api-key> |
| Source | shared/api-core/src/routes/node.ts |
Call it
curl -X POST https://zeqsdk.com/api/node/sync \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{}'
Reference
- Group: Node
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.