Get risk score configuration
GET
/api/v1/account/{accountId}/risk-settings
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” accountId
required
string
Responses
Section titled “ Responses ”object
factors
required
Risk factors with their options and weights
Array<object>
object
name
required
Name of the risk factor (section)
string
Example
OWNERSHIP options
required
Options within this risk factor
Array<object>
object
name
required
Name of the risk factor option. Can be a RiskFactorOptionName enum value or a custom string.
string
score
required
Score for the risk factor option
number
Example
10 group
Group the option belongs to
string
Example
Ownership Risk weight
required
Weight percentage for the risk factor
number
Example
80 metadata
Additional metadata for the factor
object
Example
[] screeningTaxonomy
object
sources
required
Array<object>
object
sourceType
required
string
Example
ADVERSE_MEDIA tiers
required
Array<object>
object
label
required
string
Example
Tier 1 weight
required
number
Example
10 description
Editable explanatory text shown on the (i) hover for this tier
string
categories
required
Array<object>
object
label
required
string
Example
Narcotics description
Editable explanatory text shown on the (i) hover for this category
string
Example
{ "factors": [], "screeningTaxonomy": { "sources": [] }}