GET/afore/account-20%$0.4 USDT/call$0.32 USDT/call

免费计费说明:发生异常时不收取费用。
空结果计费说明:该接口每天最多提供 10 次免费空结果查询。
空结果定义:服务器查询结果为空,未找到任何数据。

查询 AFORE,并返回所提供 CURP 对应的结构化退休金账户信息,包括 AFORE 机构、参保类型、登记状态、身份验证结果和数字档案等级。

请求头参数

名称类型是否必填描述
X-Api-Tokenstring必填您的平台 API 令牌

参数

名称位置类型是否必填描述
curpquerystring必填18-character CURP code

响应 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
}