Indicators
Retrieve all your third-party indicators in a single API call.
SmartPilot - Custom Ratings
The SmartPilot feature allows you to create fully customized ratings for your indicators. It supports:
- Logical calculations - IF/THEN/ELSE conditions, AND/OR operators
- Arithmetic calculations - Sums, averages, weightings
- Multiple sources - Combine screening data, form responses, document statuses, external scores
Each indicator returned by the API is the result of a SmartPilot rule configured according to your business needs.
Retrieve Third-Party Indicators
The /indicators endpoint returns all calculated indicators for a given third party.
GET/api/v1/account/:accountId/thirdparties/:thirdpartyId/indicators
curl -X GET https://edge.aprovall.com/api/v1/account/123/thirdparties/123/indicators \
-H "Authorization: Bearer JWT_TOKEN"Response
{
"content": [
{
"id": 3948047,
"calculationId": 101,
"name": "Financial Risk",
"resultType": "STRING",
"resultValue": "Medium Risk",
"resultColorCode": "#fcb900",
"resultLastUpdateDate": "2026-01-01T03:02:02.238+00:00",
"nature": "INDICATOR",
"targetResourceType": "THIRD_PARTY",
"targetResourceId": 924923
},
{
"id": 3948060,
"calculationId": 187,
"name": "Bank Details",
"resultType": "STRING",
"resultValue": "Validated",
"resultColorCode": "#00d084",
"resultLastUpdateDate": "2025-11-07T09:59:53.951+00:00",
"nature": "INDICATOR",
"targetResourceType": "THIRD_PARTY",
"targetResourceId": 924923
}
// ... autres indicateurs
]
}Indicator Visualization
Each indicator has a color, name and value.
resultColorCode#00d084
+resultValue"Validated"
=Bank DetailsValidated
Third-party indicatorsMy third party
Financial RiskMedium Risk
#fcb900
CSRMedium
#fcb900
EthicMedium Risk
#fcb900
Bank DetailsValidated
#00d084
CyberIntermediate
#fcb900
CarbonHigh
#7bdcb5
LegalCompliant
#00d084
DependencyLow Risk
#00d084
CreditsafeOK
#54CC54