https://gateway.creditbenchmark.com.
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.
