---
title: "GovChecks: Chile Registro Civil"
method: POST
path: "/cl/registro-civil"
---

# GovChecks: Chile Registro Civil

`POST /cl/registro-civil`

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

## Request body

- object
  - `documentNumber` string
  - `runNumber` string, required
  - `documentType` string
  - `nationality` string — 3-letter country code as per [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3).
  - `callbackUrl` string, required

## Response `200`

200

- object
  - `data` object
    - `documentNumber` string
  - `error` unknown

## Other responses

- `503` — 503

---

[API](https://skmtc.net/metamap/apis/get-authorization-token.md) · [All operations](https://skmtc.net/metamap/apis/get-authorization-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metamap/get-authorization-token/versions/ffdfcfeffe2a/schema)
