v1
latestOpenAPI 3.0.32026-07-242644125.9 KBIndividuals
Get Profile
Retrieves profile information for an individual identified by an 18-char CURP. Includes estimated_monthly_income, calculated as the sum of all invoice amounts for the identifier in the last 30 days (in MXN). Returns null when no invoices are available in that period.
get/profile/{identifier}
Path parameters
identifierstring required
Example:CUAI911021MOCRQS09
The CURP of the individual.
Query parameters
institution'imss' | 'issste'
Example:imss
Optional. Filters the profile data by the institution that reported it. If not provided, data from all institutions is returned.
Response
Profile data for the identifier.
Example response
{
"personal_info": {
"tax_regime": "Sueldos y Salarios e Ingresos Asimilados a Salarios"
},
"estimated_monthly_income": "11139.00"
}