GET/imss/vigencia/family-20%$0.2 USDT/call$0.16 USDT/call

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

通过 CURP 查询墨西哥 IMSS 参保人及其家庭资料。

请求头参数

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

参数

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

响应 200JSON

{
  "data": {
    "holder": {
      "name": "MARIA CONCEPCION GOMEZ DELGADO",
      "birthDate": "1970/12/08",
      "nss": "9288706509",
      "curp": "GODC701208MDFMLN05",
      "phone": "5549978691",
      "address": "..."
    },
    "beneficiaries": [
      {
        "name": "ERIK OSVALDO ANGELES GOMEZ",
        "birthDate": "1993/02/01",
        "nss": "9288706509",
        "curp": "000000000000000000",
        "phone": "",
        "address": "..."
      }
    ]
  },
  "status": 200,
  "message": "Found",
  "success": true
}