Skip to main content
GET
/
resources
/
weights
/
metric-sections
Get the metric section weights
curl --request GET \
  --url https://api.mycreditapp.ai/v1-beta/resources/weights/metric-sections \
  --header 'Authorization: Bearer <token>'
[
  {
    "metric_section_type": "brief_cash_flows_profile",
    "value": 0.5
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.

Response

Successful Response

metric_section_type
enum<string>
required

The section or category of the metricfor calculating the total score

Available options:
brief_cash_flows_profile,
cash_strength,
debt_repayment_capacity_cushion,
fixed_assets_efficiency,
profitability,
production_offtake_indicator,
riskiness_of_net_operating_cash_flows,
short_term_liquidity_and_working_capital,
solvency,
sustenance_of_the_business_growth_thriving,
working_capital_operating_efficiency
value
number | null

Numeric value of the metric section type, typically represented as a fraction or percentage

Example:

0.5