Skip to main content

Supreme Court

Description​

The Supreme Court judicial case consultation service enables identity verification and screening against Chile's official Supreme Court system. This service allows users to verify procedural status, case movements, involved parties, and legal relevance at the highest judicial instance.

HTTP method GET​

Endpoint​

https://api.msla-id.com/experience-background-criminalrecord-api-v1/api/idv-govcheck/v1/cl-identity/{documentNumber}/judicial-case
[SANDBOX Environment]

For testing purposes, use the base domain: apidev.msla-id.com

Sandbox endpoint​

https://apidev.msla-id.com/experience-background-criminalrecord-api-v1/api/idv-govcheck/v1/cl-identity/{documentNumber}/judicial-case
info

Before proceeding, make sure you have your jwt token, if you don't have it, check the login documentation.

Request header parameter​

NAMEREQUIREDTYPEDESCRIPTION
Authorization✅stringbearer jwt token

URI request parameter​

NAMEREQUIREDTYPEDESCRIPTION
documentNumber✅stringChilean identification data including verification digit (RUT).

Status code responses​

CodeDescription
200 OK
400 Bad request
401 Unauthorized
404 Not found
500 Internal server error.

The full documentation error codes can be found here.

Response 200 status code​

{
"traceId": "c9d0e395a7f468c3",
"timestamp": "2026-03-08 20:59:30",
"data": [
{
"caseNumber": "29800-2025",
"caseTitle": "SOCIEDAD AGRICOLA COMERCIAL GANADERA Y FORESTAL COYANCO LTDA / GARCIA",
"filingDate": "2025-07-29",
"caseBook": "Civil / 29800 - 2025",
"proceduralStatus": "Fallada",
"currentLocation": "Fallado y devuelto",
"caseType": "(Civil) Casacion Forma y Fondo",
"isReserved": false,
"reservationMessage": "",
"caseMovements": [
{
"recordNumber": "9",
"document": "",
"attachment": "",
"year": 2025,
"processingDate": "2025-11-06",
"procedureType": "Otro Tramite",
"procedureDescription": "OFICIO DEVOLUCION (INTERCONEXION)[30857-2025]",
"correlativeNumber": "281126-2025",
"chamber": "Cuenta (Secretaria)",
"status": "Bloqueado"
}
],
"parties": [
{
"role": "DDO.",
"nationalId": "16099018-K",
"personType": "Natural",
"fullName": "CATALINA RENARD SOTTA"
}
]
}
]
}

Response 400 status code​

{
"traceId": "542fc743fffda052",
"timestamp": "2023-05-05 11:20:46",
"code": "IDV-4005",
"message": "-",
"data": null
}

Response 401 status code​

{
"timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ",
"status": 401,
"error": "Unauthorized",
"path": "/api/idv-govcheck/v1/cl-identity/{documentNumber}/judicial-case"
}

Response 404 status code​

{
"traceId": "ef2407b8c0df635c",
"timestamp": "2023-05-22 17:25:55",
"code": "IDV-1002",
"message": "Data not found."
}

Response 500 status code​

{
"traceId": "43a20f33d4e8730d",
"timestamp": "yyyy-mm-dd HH:MM:SS",
"code": "IDV-1001",
"message": "A generic error has occurred.",
"data": null
}