v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Chile Registro Civil

Verify that a user's RUN number against the Chilean Civil Registry database

post/cl/registro-civil

Request body

documentNumberstring
runNumberstring required
documentTypestring
nationalitystring

3-letter country code as per ISO 3166-1 alpha-3.

callbackUrlstring required

Response

200

{"stackTrail":"paths:/cl/registro-civil:post:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "data": {
    "documentNumber": "12.142.658-7"
  }
}