GET/afore/account-20%$0.4 USDT/call$0.32 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 AFORE and returns structured retirement fund account information for the given CURP, including the AFORE institution, affiliation type, registration status, identity verification, and digital profile level.

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
curpquerystringRequired18-character CURP code

Response 200JSON

{
  "data": {
    "afore_code": "534",
    "afore_name": "PROFUTURO AFORE S.A. DE C.V.",
    "affiliation_type": "REGISTRADO",
    "registration_status": "Auto-Vinculado",
    "identity_verified": true,
    "in_financial_bureau": true,
    "digital_profile_code": "2",
    "digital_maturity_level": "INTERMEDIO"
  },
  "status": 200,
  "message": "Found",
  "success": true
}