---
title: "Verify KYC level 1 for natural person"
method: POST
path: "/superuser/kyc/pf/level1"
tags: ["KYC Operations"]
---

# Verify KYC level 1 for natural person

`POST /superuser/kyc/pf/level1`

Collects necessary documents and start KYC level 1 verification for the logged user as a natural person. A 201 response status doesn't mean that the user has passed the verification, it only means that the documents were accepted and the verification started. The confirmation is asynchronous

## Request body

- KycPfLevel1Input
  - `cpf` string, required
  - `birthDate` string, required — Birth date of the owner/partner
  - `fullName` string, required
  - `defaultWallet` string — Default wallet where BRLA tokens will be minted to in case a buy/static-pix ticket was not created

## Response `201`

KYC verification started

- KycPfLevel1Output
  - `id` string, uuid

## Other responses

- `400` — Input could not be validated
- `401` — Authorization failure
- `429` — Rate limited
- `500` — Error internal to the server which probably shouldn't have happened, try again later

---

[API](https://skmtc.net/brla/apis/brla-superuser-api.md) · [All operations](https://skmtc.net/brla/apis/brla-superuser-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brla/brla-superuser-api/revisions/236b95ba5c14/schema)
