POST /api/protocol/reputation
reputation weight for a ZID Used by contracts for weighted voting / access control.
| Method | POST |
| Path | /api/protocol/reputation |
| Auth | public (no key) |
| Group | Proofs · Pohc Protocol |
Request
curl -X POST https://zeqsdk.com/api/protocol/reputation \
-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.