cURL
curl --request GET \ --url https://api.mycreditapp.ai/v1-beta/resources/weights \ --header 'Authorization: Bearer <token>'
[ { "weight_type": "<string>", "value": 123 } ]
Returns a list of weights used in the system.
Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.
Authorization: Bearer <token>
Successful Response
Type or category of the weight being measured
1 - 50
"operating_cashflow_ratio"
"free_cashflow"
"free_cashflow_margin"
Numeric value of the weight, typically represented as a fraction or percentage
0.15
0.1