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

# GovChecks: Brazil CPF-light

`POST /br/cpf-light`

Verify a user's CPF number and identity.

## Request body

- object
  - `cpf` string, required — CPF number.
  - `callbackURL` string, required

## Response `200`

200

- union
  - object
    - `status` integer
    - `id` string
    - `error` unknown
    - `data` object
      - `fullName` string
      - `dateOfBirth` string
      - `cpf` string
      - `taxStatus` string
    - `timestamp` string
  - object
    - `status` integer
    - `error` object
      - `type` string
      - `code` string
      - `message` string
    - `data` unknown
    - `timestamp` string

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