New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
RENAPO 데이터베이스를 사용한 멕시코 ID 검증을 위한 CURP Verifier API에 대해 알아보세요
curl --request POST \
--url https://idverify-api.argosidentity.com/modules/verify/curp \
--header 'Content-Type: application/json' \
--data '
{
"curpNumber": "MOOK930101HCCNRN04"
}
'{
"estatus": "OK",
"codigoValidacion": "vc1619806387.2754068",
"curp": "RAZR811012HVZMPB00",
"nombre": "RAMIRO ALONSO",
"apellidoPaterno": "RASCON",
"apellidoMaterno": "ZAPATA",
"sexo": "HOMBRE",
"fechaNacimiento": "11/10/1981",
"paisNacimiento": "MEXICO",
"estadoNacimiento": "VERACRUZ",
"docProbatorio": 1,
"datosDocProbatorio": {
"entidadRegistro": "VERACRUZ",
"tomo": "<string>",
"claveMunicipioRegistro": "108",
"anioReg": "1983",
"claveEntidadRegistro": "30",
"foja": "<string>",
"numActa": "03382",
"libro": "<string>",
"municipioRegistro": "MINATITLÁN"
},
"estatusCurp": "RCN",
"codigoMensaje": "0"
}CURP Verifier는 공식 멕시코 정부 데이터베이스인 Registro Nacional de Población (RENAPO)를 사용하여 멕시코 ID 문서의 CURP (Clave Única de Registro de Población) 번호를 검증하는 전문 API입니다. 이 API를 통해 클라이언트는 사용자의 CURP 번호를 검증하여 멕시코 사용자의 적절한 신원 확인을 보장할 수 있습니다.Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /validate-curpAN - 일반 등록
AH - 동음이의어 등록
RCC - CURP에 영향을 주는 등록 변경
RCN - CURP에 영향을 주지 않는 등록 변경
BAP - 위조 문서로 인한 해지
BSU - 사용하지 않아 해지
BD - 사망으로 인한 해지
BDM - 행정적 해지
BDP - 입양으로 인한 해지
BJD - 사법적 해지
CURP Number to validate and obtain data
"MOOK930101HCCNRN04"
Successful CURP validation
Status of the verification request
"OK"
Validation code for the verification request
"vc1619806387.2754068"
The CURP number that was validated
"RAZR811012HVZMPB00"
Full name of the person associated with the CURP
"RAMIRO ALONSO"
Father's family name
"RASCON"
Mother's family name
"ZAPATA"
Gender of the person
"HOMBRE"
Date of birth in DD/MM/YYYY format
"11/10/1981"
Country of birth
"MEXICO"
State of birth
"VERACRUZ"
Type of supporting document
1
Supporting document data
Show child attributes
CURP status indicating the current state of the registration
"RCN"
Message code indicating the result of the verification
"0"
이 페이지가 도움이 되었나요?
curl --request POST \
--url https://idverify-api.argosidentity.com/modules/verify/curp \
--header 'Content-Type: application/json' \
--data '
{
"curpNumber": "MOOK930101HCCNRN04"
}
'{
"estatus": "OK",
"codigoValidacion": "vc1619806387.2754068",
"curp": "RAZR811012HVZMPB00",
"nombre": "RAMIRO ALONSO",
"apellidoPaterno": "RASCON",
"apellidoMaterno": "ZAPATA",
"sexo": "HOMBRE",
"fechaNacimiento": "11/10/1981",
"paisNacimiento": "MEXICO",
"estadoNacimiento": "VERACRUZ",
"docProbatorio": 1,
"datosDocProbatorio": {
"entidadRegistro": "VERACRUZ",
"tomo": "<string>",
"claveMunicipioRegistro": "108",
"anioReg": "1983",
"claveEntidadRegistro": "30",
"foja": "<string>",
"numActa": "03382",
"libro": "<string>",
"municipioRegistro": "MINATITLÁN"
},
"estatusCurp": "RCN",
"codigoMensaje": "0"
}