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

# RFC validation

`POST /api/validate/rfc`

Check for valid RFC. If RFC is not found then validRFC field will be false.

## Headers

- `api-version` string, required

## Request body

- RFCRequest
  - `rfc` string

## Response `200`

RFC validation result

- RfcValidationResponse
  - `validRFC` boolean
  - `status` string
  - `message` string
  - `rfcType` string
  - `messageCode` string
  - `errorMessage` string

## Other responses

- `400` — Invalid RFC format
- `500` — Internal server error during validation

---

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