Skip to main content
Credit Benchmark APIs provide programmatic access to entity resolution, raw entity-level data, computed analytics, and metadata 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 CB_ID values, skip entity resolution and go straight to POST /analytics/v2/data/getdata or 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 CB identifiers, call POST /matching/text/match_external to resolve them. Keep the matched identifiers as CB_ID values for analytics calls.
3

Check available fields

Call GET /analytics/v2/metadata/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.
5

Discover metadata

Use the metadata routes under /analytics/v2/metadata/ for available columns, rating scales, industry and geography schemas, and effective dates.
Last modified on July 10, 2026