---
title: "GovChecks: Brazil CPF Validation"
method: POST
path: "/br/cpf-validation"
---

# GovChecks: Brazil CPF Validation

`POST /br/cpf-validation`

Verify a user's CPF number and identity.

## Request body

- object
  - `cpfNumber` string, required
  - `fullName` string, required
  - `dateOfBirth` string, date
  - `mothersName` string
  - `fathersName` string
  - `documentType` string — `nationalId` or `driving-license`
  - `documentNumber` string
  - `callbackURL` string
  - `gender` string — "m" for male, "f" for female. Returns `null` if there is no gender data.

## Response `200`

200

- object
  - `error` unknown
  - `data` object
    - `cpfNumberMatched` boolean
    - `gender` string
    - `nationality` string
    - `taxStatus` string
    - `fullNameSimilarity` integer
    - `dateOfBirthMatched` boolean
    - `documentType` string
    - `documentNumberMatched` boolean
    - `mothersNameSimilarity` integer
    - `fathersNameSimilarity` integer

## Other responses

- `202` — 202

---

[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)
