Skip to main content
GET
/
analytics
/
v2
/
data
/
columns
Get Columns
curl --request GET \
  --url https://gateway.creditbenchmark.com/analytics/v2/data/columns \
  --header 'Authorization: Bearer <token>'
{
  "CBId": {
    "type": "String",
    "scopeable": false,
    "facetable": false,
    "entitlement": null
  },
  "CBCountryOfRisk": {
    "type": "String",
    "scopeable": true,
    "facetable": true,
    "entitlement": null
  },
  "CCR100PDMid": {
    "type": "Float64",
    "scopeable": true,
    "facetable": false,
    "entitlement": null
  },
  "SPFCLTRating": {
    "type": "String",
    "scopeable": true,
    "facetable": true,
    "entitlement": "SP"
  },
  "ClientRatingClientScale": {
    "type": "String",
    "scopeable": true,
    "facetable": true,
    "entitlement": "CLIENT_DATA"
  }
}

Authorizations

Authorization
string
header
required

JWT bearer token.

Response

Column catalog retrieved successfully

Public input column catalog.

{key}
object