Core Resources
- Events
- Files
- Exports
- Entities
- Tags
Extractions
- Extractions
- Schedulers
Datasource: SAT
- Credentials
- Invoices
- Tax Retentions
- Tax Returns
- Tax Compliance Checks
- Tax Status
- Electronic Accounting
Datasource: RPC
- Entidades
Datasource: RUG
- Operaciones
- RUG Garantias
- Garantias
Datasource: Syntage
- Score
Datasource: Buró de Crédito
- Reports
- Authorizations
Insights
- Invoicing Annual Comparison
- Vendor Network
- Customer Network
- Customer Concentration
- Supplier Concentration
- Employees
- Expenditures
- Financial Institutions
- Financial Ratios
- Government Supplier
- Invoicing Blacklist
- Risks
- Sales Revenue
- Trial Balance
- Scores
- Cash Flow
- RPC Shareholders
- Balance Sheet
- Income Statement
- Invoicing Concentration
Webhooks
- Overview
- Webhook Endpoints
- Webhook Requests
Get scores
GET
/
entities
/
{entityId}
/
insights
/
metrics
/
scores
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
}
]
}
}
]
}
Authorizations
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
Response
200
application/ld+json
Taxpayer score
The response is of type object
.
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
}
]
}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.