API reference, Curp validation

CURP validation v4

POSThttps://demo-api.incodesmile.com/api/validate/curp/v4

Check for valid CURP and return corresponding values of that person.

If CURP is not found then renapo_valid field will be false.

if CURP has invalid format or is not found an error object with details will be returned, for example:

{

    "error": { "codigoError": "06", "message": "La CURP no se encuentra en la base de datos" },

    "result": "Not valid request: La CURP no se encuentra en la base de datos code: 06",

}

Headers

api-versionstringrequiredDefaults to 1.0

Request body

application/json

curpstring≥ 1 chars
externalIdstring

Responses

no body
no body

Was this page helpful?