v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Mexico INE

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

post/mx/ine

Request body

documentNumberstring required

The national ID card number

ocrNumberstring required

The national ID's OCR number

subTypestring

The national ID card's issue version (A, B, C, or D)

webhookUrlstring

Webhook URL to receive asynchronous data.

Response

200

OR

Example response

{
  "error": {
    "type": "govCheckError",
    "code": "mexicanIne.notValidParams",
    "message": "The data passed appears to be invalid"
  }
}