curl --request GET \
--url https://api.syntage.com/entities/{entityId}/insights/metrics/scores \
--header 'X-API-Key: <api-key>'{
"@context": "/contexts/Scores",
"@id": "/.well-known/genid/78c595ac88fa9659fa80",
"@type": "Scores",
"scores": [
{
"@id": "/.well-known/genid/78c595ac88fa9659fa80",
"@type": "ScoreBySource",
"id": "e0a24894-7fbf-48ae-bfb0-efaae30a6319",
"source": "syntage",
"type": "internal",
"score": "532",
"generatedAt": "2020-01-01T12:15:00.000Z",
"metadata": {
"breakdown": {
"offenders": {
"margen_bruto": "Missing gross margin",
"margen_neto": "Missing net margin"
},
"performers": {
"debt_to_income": "Debt to income between 0.4 and 0.6",
"quick_ratio": "Quick ratio > 3"
}
},
"distribution": [
{
"label": 500,
"metric": 1
}
]
}
}
]
}curl --request GET \
--url https://api.syntage.com/entities/{entityId}/insights/metrics/scores \
--header 'X-API-Key: <api-key>'{
"@context": "/contexts/Scores",
"@id": "/.well-known/genid/78c595ac88fa9659fa80",
"@type": "Scores",
"scores": [
{
"@id": "/.well-known/genid/78c595ac88fa9659fa80",
"@type": "ScoreBySource",
"id": "e0a24894-7fbf-48ae-bfb0-efaae30a6319",
"source": "syntage",
"type": "internal",
"score": "532",
"generatedAt": "2020-01-01T12:15:00.000Z",
"metadata": {
"breakdown": {
"offenders": {
"margen_bruto": "Missing gross margin",
"margen_neto": "Missing net margin"
},
"performers": {
"debt_to_income": "Debt to income between 0.4 and 0.6",
"quick_ratio": "Quick ratio > 3"
}
},
"distribution": [
{
"label": 500,
"metric": 1
}
]
}
}
]
}Your API key is available in the Production and Sandbox dashboards.
Taxpayer score
Scores IRI reference
"/.well-known/genid/78c595ac88fa9659fa80"
A list of score objects
Show child attributes
Score IRI reference
"/.well-known/genid/78c595ac88fa9659fa80"
The type of the score object.
"e0a24894-7fbf-48ae-bfb0-efaae30a6319"
The source of the score.
"syntage"
The type of the score.
"internal"
The calculated score.
"532"
Date and time the resource was generated
"2020-01-01T12:15:00.000Z"
Contains essential information and attributes about the score. Structure changes depending on source and type.
{
"breakdown": {
"offenders": {
"margen_bruto": "Missing gross margin",
"margen_neto": "Missing net margin"
},
"performers": {
"debt_to_income": "Debt to income between 0.4 and 0.6",
"quick_ratio": "Quick ratio > 3"
}
},
"distribution": [{ "label": 500, "metric": 1 }]
}