v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Mexico CURP

Validate a user's CURP number and identity

post/mx/curp

Request body

curpstring required
callbackUrlstring required

Webhook URL

Response

200

{"stackTrail":"paths:/mx/curp:post:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "data": {
    "curp": "BAME921103HCHLRN00",
    "birthDate": "1992-11-03",
    "gender": "HOMBRE",
    "fullName": "BLANCO MIRANDA ENRIQUE ARTURO",
    "name": "ENRIQUE ARTURO",
    "surname": "BLANCO",
    "secondSurname": "MIRANDA",
    "nationality": "Mexico"
  }
}