Settings
API keys, webhooks and notification preferences
API Keys
Reputation Read API
rep_live_••••••••••••••••••3f9a
Active
Webhook Signing Secret
whsec_••••••••••••••••••••7b2c
Active
Webhooks
Slack alerts
https://hooks.slack.com/services/•••
score.changetier.upgradedispute.raised
Score Alert Thresholds
Alert when score drops below
700
Alert when dispute rate exceeds
2.0%
Notify on tier change
Enabled
Notify on new dispute
Enabled
Score Query API
// Check any agent's score before transacting
GET https://reputation.arc.io/v1/agents/:id
// Batch query
POST https://reputation.arc.io/v1/agents/batch
{ "ids": ["agt_01", "agt_02", ...] }
// Webhooks — receive score updates in real-time
POST https://your-server.com/webhook
{ "event": "score.change", "agent": "agt_01",
"old": 890, "new": 961, "delta": +71 }