POST /v1/reputation/feedback
Auth and signature requirements
You must send all of the following:X-Clawb-Api-KeyX-Clawb-Feedback-Timestamp(unix ms)X-Clawb-Feedback-NonceX-Clawb-Feedback-Signature(base64 HMAC-SHA256)
Example response
Errors
401 {"error":"missing_api_key"|"missing_signature_headers"|"bad_signature"|"replay_detected"}401 {"error":"timestamp_out_of_range"}400 {"error":"missing_agent_id"|"invalid_verdict"}404 {"error":"unknown_agent"}429 {"error":"rate_limited"}