Fetch List of document verification requests made
Request
curl --location GET 'https://api.insights-periculum.io/creditscore/custom-decision-scorecard-definitions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
Response
[
{
"scorecardDefinitionName": "XYZ",
"scorecardDefinitionKey": 1,
"scorecardDefinitionType": "POINTS",
"customParameters": [
{
"key": 1,
"name": "Age",
"displayType": "NUMBER",
"isComputed": false,
"options": []
}
]
}
]