---
title: "GovChecks: Mexico INE"
method: POST
path: "/mx/ine"
---

# GovChecks: Mexico INE

`POST /mx/ine`

Validate a user's national ID against Mexico's National Electoral Institute

## Request body

- object
  - `documentNumber` string, required — The national ID card number
  - `ocrNumber` string, required — The national ID's OCR number
  - `subType` string — The national ID card's issue version (A, B, C, or D)
  - `webhookUrl` string — Webhook URL to receive asynchronous data.

## Response `200`

200

- union
  - object
    - `data` unknown
    - `error` object
      - `type` string
      - `code` string
      - `message` string
  - object
    - `status` integer
    - `id` string
    - `error` unknown
    - `data` object
      - `documentNumber` string
      - `cde` string
      - `ne` string
      - `ocrNumber` string
      - `registrationYear` string
      - `emissionYear` string

---

[API](https://skmtc.net/metamap/apis/get-authorization-token.md) · [All operations](https://skmtc.net/metamap/apis/get-authorization-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metamap/get-authorization-token/versions/ffdfcfeffe2a/schema)
