Skip to main content
Credit Benchmark APIs provide programmatic access to entity matching and analytics data for integration into risk workflows and reporting pipelines. All routes are relative to https://gateway.creditbenchmark.com.
Authenticate with POST /api/security/token. If you already have CBId values, skip matching and go straight to the analytics routes under /analytics/v2/data/.

How it works

1

Get a token

Call POST /api/security/token with your Username and Password. Reuse the returned bearer token until it expires.
2

Resolve entities (if needed)

If your source data uses company names rather than CBId, call POST /matching/text/match_external to resolve them. Keep the matched CBId values for analytics calls.
3

Check available fields

Call GET /analytics/v2/data/columns to see which fields, data types, and entitlements are available before building requests.
4

Query analytics

Start with POST /analytics/v2/data/getdata for row-level output. Use the specific analytics endpoints for trends, breakdowns, rating changes, and distributions.