CURP by data validation v4

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

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

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 If data doesn't match any CURP then the field renapo_valid will be false. If there is an error with the request data an error object is returned with the details, example:" undefined { "error": { "descripcionRespuesta": "DATOS INCORRECTOS: [El campo no cumple con el formato.]", "codigoRespuesta": "02", } }

``400 Bad Request

Updated 3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

--url https://demo-api.incodesmile.com/api/validate/curp-by-data/v4 \

--header 'accept: application/json' \

--header 'api-version: 1.0' \

--header 'content-type: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200400

Updated3 months ago