Skip to content

Feedback API

POST /api/feedback
Content-Type: application/json
Body: { "page": "/governance/board", "text": "Assessment criteria unclear" }

Stores feedback tied to the current page and user role. IP is hashed for rate limiting but not stored in plain text.

{ "ok": true }
  • Requires valid cc_access cookie
  • Text limited to 2000 characters
  • Page path is required
  • One submission per IP per page per 5 minutes