GET/infonavit/profile-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

Queries registration system (KC-RegistroWeb) for the personal profile associated with the given NSS, returning the CURP, RFC, and name fields.

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
nssquerystringRequired10-11 digit NSS

Response 200JSON

{
  "data": {
    "nss": "41997200724",
    "curp": "RAAA720908HSPMGD03",
    "rfc": "RAAA7209082D0",
    "last_name": "AGUILAR",
    "first_name": "RAMIREZ",
    "user_name": "ADRIAN"
  },
  "status": 200,
  "message": "Found",
  "success": true
}