GET/curp/verify-20%$0.05 USDT/call$0.04 USDT/call

Free billing instructions: No billing will be charged in case of abnormalities
Billing instructions for empty value: The interface is limited to 10 free empty value times per day
Empty value definition: The server query result is empty and no data was found

Validates whether a CURP is active and registered in RENAPO. Returns success: true when the CURP is found (mensaje = "CURP encontrado") or its status is RCN (Registro Civil Nacional — valid and active). Either condition is sufficient.

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
curpquerystringRequired18-character CURP code

Response 200JSON

{
  "data": {
    "statusCurp": "RCN"
  },
  "status": 200,
  "message": "Found",
  "success": true
}