PRODUCT
Vendor Pulse API
Embed live vendor intelligence into Vanta, Drata, Sprinto, or your own product.
What it is
The Vendor Pulse API is the surface that compliance platforms, GRC tools, and procurement applications use to embed TrustVendor's evidence-grade vendor intelligence directly into their products. One resolve call turns a domain name or company name into a canonical vendor identity. One pulse call returns everything needed to render a vendor risk panel: posture score, assurance score, active certifications, open signals by severity, and subprocessor count.
Resolve is intentionally free and unmetered. The first call any integration makes is identity resolution, and any friction there kills the integration before it starts. The API is priced on pulse calls — per resolved vendor per month — so economics align: you pay as your customer base grows and actually queries vendor data, not upfront for a capability you are still building.
Every API response includes evidence links. When a partner surfaces a posture score in their UI, the evidence link goes to the specific artifacts and spans that produced that score. This means your customers can trust the number because they can see exactly where it came from — not a black-box score from an opaque model, but a deterministic computation grounded in named, dated, hash-verified documents.
How it works
Three steps, fully auditable.
What you get
Built for compliance teams that have to prove things.
Free resolve, metered pulse
Identity resolution is never charged or rate-limited. Pulse calls are priced per resolved vendor per month — $0.40 to $1.20 depending on volume — so your integration costs scale with actual usage.
Webhook-first architecture
Subscribe to vendor.signal and vendor.score_change events. Your customers see changes when they happen, not on your next polling cycle. Webhooks include the full event payload with evidence links.
White-label option
Enterprise API partners can white-label the vendor intelligence layer. Your customers see your brand; TrustVendor operates as infrastructure. Available with a platform partnership agreement.
Sample
What it looks like in practice.
Request
# 1. Resolve a vendor identity
curl -X POST https://api.trustvendor.co/v1/vendors/resolve \
-H "Authorization: Bearer tv_live_..." \
-H "Content-Type: application/json" \
-d '{"domain":"acme.com"}'
# 2. Fetch the live pulse
curl https://api.trustvendor.co/v1/vendors/vnd_8kQ2mR/pulse \
-H "Authorization: Bearer tv_live_..." Response
{
"vendor_id": "vnd_8kQ2mR",
"posture": {
"score": 84,
"band": "strong"
},
"assurance": {
"score": 71,
"band": "established"
},
"certifications": [
{
"framework": "SOC2_TYPE2",
"status": "active",
"expires": "2026-11-30",
"evidence_url": "https://..."
}
],
"open_signals": {"high": 0}
} Common questions.
How do I get started without committing to a volume contract?
What does "async by default" mean for new vendors?
Is the API versioned?
What is included in the evidence links in the API response?
See Vendor Pulse API on your vendor data.
Book a 30-minute demo. We will run it live on vendors from your register.