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 risk calculations
Returns various risk calculations
GET
/
insights
/
{id}
/
risks
Copy
Ask AI
curl --request GET \
--url https://api.syntage.com/insights/{id}/risks \
--header 'X-API-Key: <api-key>'
Copy
Ask AI
{
"data": {
"taxCompliance": {
"value": "positive",
"risky": true
},
"blacklistStatus": {
"value": "<string>",
"risky": true
},
"blacklistedCounterparties": {
"value": 4,
"risky": true
},
"intercompanyTransactions": {
"value": 0.486,
"risky": true
},
"customerConcentration": {
"value": 858,
"risky": true
},
"supplierConcentration": {
"value": 1008,
"risky": true
},
"foreignExchangeRisk": {
"value": 0.06,
"risky": true
},
"cashTransactionRisk": {
"value": 0.04,
"risky": true
},
"accountingInsolvency": {
"value": 1.14,
"risky": true
},
"canceledIssuedInvoices": {
"value": 0.1,
"risky": true
},
"canceledReceivedInvoices": {
"value": 0.1,
"risky": true
}
}
}
Authorizations
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
RFC (Registro Federal de Contribuyentes)
Required string length:
12 - 13
Example:
"PEIC211118IS0"
Query Parameters
Filter by invoice issuing date (greater than)
Response
200
application/ld+json
Risks
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api.syntage.com/insights/{id}/risks \
--header 'X-API-Key: <api-key>'
Copy
Ask AI
{
"data": {
"taxCompliance": {
"value": "positive",
"risky": true
},
"blacklistStatus": {
"value": "<string>",
"risky": true
},
"blacklistedCounterparties": {
"value": 4,
"risky": true
},
"intercompanyTransactions": {
"value": 0.486,
"risky": true
},
"customerConcentration": {
"value": 858,
"risky": true
},
"supplierConcentration": {
"value": 1008,
"risky": true
},
"foreignExchangeRisk": {
"value": 0.06,
"risky": true
},
"cashTransactionRisk": {
"value": 0.04,
"risky": true
},
"accountingInsolvency": {
"value": 1.14,
"risky": true
},
"canceledIssuedInvoices": {
"value": 0.1,
"risky": true
},
"canceledReceivedInvoices": {
"value": 0.1,
"risky": true
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.