GovChecks: Mexico INE

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

MetaMap validates a user's national ID against entries in the Mexican National Electoral Institute (Instituto Nacional Electoral, INE).

The following is an example call:

curl -location~ -request POST 'https://api.getmati.com/govchecks/v1/mx/ine' \
--header 'Authorization: Bearer '<access token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "subType": "d",
    "documentNumber": "000000000",
    "ocrNumber": "0000000000000",
    "callbackUrl": "https://some.webhook.url"
}'
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!