---
title: "RFC validation by CURP v2"
method: POST
path: "/api/validate/rfc-by-curp/v2"
tags: ["API validations"]
---

# RFC validation by CURP v2

`POST /api/validate/rfc-by-curp/v2`

Check for valid CURP, use obtained data to calculate RFC and then validate the RFC.
If CURP is not found then renapo_valid field will be false.

## Headers

- `api-version` string, required

## Request body

- CurpRequest
  - `curp` string
  - `externalId` string

## Response `200`

Respuesta con validación de CURP

## Other responses

- `400` — Bad Request
- `500` — Internal error during CURP validation.
- `504` — The request to validate the CURP exceeded the allowed time limit

---

[API](https://skmtc.net/incode/apis/incode-omni-api.md) · [All operations](https://skmtc.net/incode/apis/incode-omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incode/incode-omni-api/revisions/30cd6d926ea3/schema)
