CRR
Create an external score
Assign an externally sourced risk score to a customer or business
post/crr/external_scores
Request body
Example request
{
"description": "Manual review escalated by compliance ops after sanctions hit.",
"score": 75,
"tenant": "abcdef_ghijkl"
}Response
Successfully created external score
Example response
{
"id": "7503cd8a-903b-4fee-aa54-da3dc71f4124",
"score": 75,
"tenant": "abcdef_ghijkl"
}