https://gateway.creditbenchmark.com.
How it works
Get a token
Call
POST /api/security/token with your Username and Password. Reuse the returned bearer token until it expires.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.Check available fields
Call
GET /analytics/v2/data/columns to see which fields, data types, and entitlements are available before building requests.
