Add curp v2
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
interviewId
string
Valid values for state are the ones listed by renapo in this link:
https://es.wikipedia.org/wiki/Plantilla:Abreviaciones_de_los_estados_de_M%C3%A9xico
curp
string
User's curp. Has to be in valid format. If it isn't present, then curp value from interview is used.
name
string
length ≥ 1
firstLastName
string
length ≥ 1
secondLastName
string
gender
string
enum
length ≥ 1
Valid gender values are "H" (Hombre, male), "M" (mujer, female) and "X" (otro, other)
HMX
Allowed:
H``M``X
birthDate
string
length ≥ 1
state
string
length ≥ 1
externalId
string
api-version
string
required
Defaults to 1.0
``200 Respuesta con validación de CURP
``400 Bad Request
``500
Internal error during CURP validation.
``504
The request to validate the CURP exceeded the allowed time limit
Updated 3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
\
--url https://demo-api.incodesmile.com/omni/add/curp/v2 \
\
--header 'accept: application/json' \
\
--header 'api-version: 1.0' \
\
--header 'content-type: application/json'
application/json
200 - Successful CURP Validation200 - CURP not found200 - Daily Rate Limit Exceeded200 - Curp status not acceptable``400