🇨🇱Chile
This service allows you to verify the authenticity of the Chilean RUN (National Unique Role) document. Simply enter the RUN number, and you will receive a response with the full name, first name, last name, and name array of the cardholder, along with the verification signature.
This service can be used by companies or individuals to ensure the validity of the Chilean RUN for various purposes, such as employment, financial transactions, or legal requirements.
To use this service in a graphical interface, we invite you to access our client panel at Verifik.
Parameters
Name | Type | ¿Required? | Description | Example |
---|---|---|---|---|
documentType | String |
| Document type. Allowed parameter: RUN. |
|
documentNumber | String |
| Document number of the person to consult without spaces. |
|
Implementation
Request
Response 200 - (Successful response)
Other responses
Code | Description | Response Body | |
---|---|---|---|
| Not Found | Information not found. | { |
"code": "NotFound", | |||
"message": "Record not found.", | |||
"signature": { | |||
"dateTime": "August 31, 2022 3:24 PM", | |||
"message": "Certified by Verifik.co" | |||
} | |||
} | |||
| Conflict | Some parameters are missing. | { |
"code": "MissingParameter", | |||
"message": "missing documentType\n. missing documentNumber\n" | |||
} | |||
| Conflict | Invalid documentType for this query. | { |
"code": "MissingParameter", | |||
"message": "documentType must be one of: [RUT]" | |||
} |
Last updated