Public API

Programmatic access to the trust network

RESTful API for identity verification, TrustScore retrieval and real-time signal subscription.

Endpoints
GET/v1/vendors/:idFetch vendor identity + public TrustScore
GET/v1/vendors/:id/scoreScore breakdown by dimension
GET/v1/vendors/:id/timelineReputation timeline events
GET/v1/sanctions/checkBeneficial ownership sanction match
POST/v1/webhooks/score-changeRegister score-change webhook
GET/v1/network/statsNetwork coverage statistics
Example request
curl https://api.vrn.example.com/v1/vendors/VRN-100000 \
  -H "Authorization: Bearer $VRN_KEY"

{
  "id": "VRN-100000",
  "brand": "Halden Industrial",
  "trust": "verified",
  "score": 842,
  "confidence": 92,
  "dimensions": {
    "identity": 96, "performance": 78,
    "compliance": 88, "financial": 71,
    "reputation": 84, "relationships": 76
  }
}
OAuth 2.0

Enterprise SSO + scoped keys

Webhooks

Score-change, sanction, ownership events

SLA

99.99% with regional failover