Credit Benchmark APIs provide programmatic access to entity matching and analytics data for integration into risk workflows and reporting pipelines. All routes are relative toDocumentation Index
Fetch the complete documentation index at: https://docs.creditbenchmark.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
