GET/imss/vigencia/family-20%$0.2 USDT/call$0.16 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

Query Mexico IMSS holder and family profile by CURP

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
curpquerystringRequired18-character CURP code

Response 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
}