---
title: "Automatically passes KYC level 1 verification"
method: POST
path: "/superuser/kyc/pf-free/pass-kyc-level1"
tags: ["Sandbox Only"]
---

# Automatically passes KYC level 1 verification

`POST /superuser/kyc/pf-free/pass-kyc-level1`

Automatically passes KYC level 1 verification. A 201 return means the users was verified with success

## Request body

- PfFreePassKycLevel1Input
  - `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`

Level 1 passed

- PfFreePassKycLevel1Output
  - `id` string, uuid

## Other responses

- `400` — Input could not be validated
- `401` — Authorization failure
- `403` — Operation available only in sandbox environment
- `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)
