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

# Automatically passes KYC level 2 verification

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

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

## Request body

- PfFreePassKycLevel2Input
  - `cpf` string, required
  - `documentType` 'RG' | 'CNH', required — Which document the user wants to upload

## Response `201`

Level 2 passed

- PfFreePassKycLevel2Output
  - `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)
