POST /api/zeq/audit-source/:id/sweep
── POST /:id/sweep
| Method | POST |
| Path | /api/zeq/audit-source/:id/sweep |
| Auth | public (no key) |
| Group | Proofs · Data Source Audit |
Request
curl -X POST https://zeqsdk.com/api/zeq/audit-source/CONTRACT_ID/sweep \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.