v1
latestOpenAPI 3.0.22026-08-061464031.4 MBDebt Reports Chile
Get a debt's details
Get the details of a specific debt.
get/api/cl/debt-reports/{id}/
Path parameters
idstring uuid required
The debt-report.id you want to get detailed information about.
Query parameters
omitstring
Omit certain fields from being returned in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
fieldsstring
Return only the specified fields in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
Response
Ok
Example response
{
"id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d",
"link": "30cb4806-6e00-48a4-91c9-ca55968576c8",
"collected_at": "2022-02-09T08:45:50.406032Z",
"created_at": "2022-02-09T08:45:50.406032Z",
"personal_data": {
"full_name": "Cabezas Pérez Martín Vicente ",
"document_id_type": "RUT",
"document_id_number": "12345678-9"
},
"debt_data_last_update": "2023-07-02",
"currency": "CLP",
"total": 6506000.02,
"current": 5350000.02,
"severely_delinquent": 56000.02,
"defaulted": 1100000.02,
"direct_debts": [
{
"financial_institution": "Banco Santander",
"credit_type": "Vivienda",
"amount": 5000000.02,
"current": 5000000.02
}
],
"indirect_debts": [
{
"financial_institution": "Banco BCI",
"credit_type": "Consumo",
"amount": 200000.02,
"defaulted": 200000.02
}
],
"credit_lines": [
{
"financial_institution": "Banco BCI",
"direct_amount": 5000000.02
}
],
"other_credits": [
{
"financial_institution": "Banco BCI",
"indirect_amount": 250000.02
}
]
}