v1

latestOpenAPI 3.1.0Apache 2.02026-07-24113269342.0 KB
Curp validation

Add curp v2

Add CURP and validation result based on a person data.

post/omni/add/curp/v2

Query parameters

interviewIdstring

Headers

api-versionstring required

Request body

curpstring

User's curp. Has to be in valid format. If it isn't present, then curp value from interview is used.

namestring
firstLastNamestring
secondLastNamestring
gender'H' | 'M' | 'X'

Valid gender values are "H" (Hombre, male), "M" (mujer, female) and "X" (otro, other)

birthDatestring dd/mm/yyyy
statestring
externalIdstring

Example request

{
  "curp": "COHJ950918HCMVRS09",
  "birthDate": "07/06/1995",
  "state": "CM",
  "externalId": "bdac7bdd-9339-4f85-9b32-bc90d553ddc6"
}

Response

Respuesta con validación de CURP