Get the default risk ranges
Resources
Get the default risk ranges
Returns a list of default risk ranges used in the system.
GET
Get the default risk ranges
Authorizations
Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.
Response
Successful Response
Label representing the risk category
Required string length:
1 - 50Examples:
"high"
"medium"
"low"
Lower bound of the risk range (inclusive), as a percentage
Required range:
0 <= x <= 100Examples:
0
40
80
Upper bound of the risk range (inclusive), as a percentage
Required range:
0 <= x <= 100Examples:
39.99
79.99
100