---
title: "GovChecks: Peru Govcheck"
method: POST
path: "/pe/govcheck"
---

# GovChecks: Peru Govcheck

`POST /pe/govcheck`

Verify a user's DNI and identity

## Request body

- object
  - `documentNumber` string, required
  - `callbackUrl` string, required — Webhook URL

## Response `200`

200

- object
  - `error` unknown
  - `data` object
    - `firstName` string
    - `middleName` string
    - `surname` string
    - `secondSurname` string
    - `dniNumber` string

## Other responses

- `201` — 201
- `400` — 400
- `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)
