ISSSTE - Public Sector Labor Income Product
Description​
The ISSSTE labor income dataset applies to federal public-sector employees and is used to manage pension, savings, and social benefits.
Core Data Elements:- Pensionable salary (base salary for contributions)
- Contribution history to retirement funds
- Salary-based deductions and allocations
- Employment tenure within public institutions
- Pension calculation and retirement planning
- Determination of eligibility for public-sector benefits
- Savings and retirement fund administration
- Credit qualification (e.g., housing-related benefits)
This product reflects income data for government employees and is structured primarily around pension and long-term benefit calculations rather than general social security contributions.
HTTP method POST​
Endpoint​
https://api.msla-id.com/experience-idv-socialsecurity-api-v1/api/idv-govcheck/v1/mx-identity/issste
For testing purposes, use the base domain: apidev.msla-id.com
info
Before proceeding, make sure you have your jwt token, if you don't, check the login documentation.
Request header parameter​
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| Authorization | ✅ | string | bearer jwt token |
Request body parameters​
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| curp | ✅ | string | Mexican ID official number. |
| nss | ✅ | string | Mexican Social Security Number (NSS). |
Status code responses​
| Code | Description |
|---|---|
| 200 | OK |
| 400 | Bad request |
| 401 | Unauthorized |
| 404 | Not found |
| 500 | Internal server error. |
The full documentation error codes can be found here.
Response 200 status code​
{
"traceId": "72a998a62bc0f4cd",
"timestamp": "2026-03-09 08:15:00",
"data": {
"socialSecurityNumber": "44190396042",
"curp": "GOCS031114MMCLRLA0",
"name": "SOLEDAD GLORIA CIRILO",
"gender": "FEMALE",
"employmentInformation": {
"employerRegistration": "Y5058324",
"employmentModality": "10",
"employerRfc": "CVE201001NUA",
"companyName": "CORPORATIVO VIAD EXPERTOS EN LIMPIEZA S DE RL DE CV",
"federalEntity": "MEXICO CITY",
"entityCode": "9",
"baseSalary": "$330.57",
"days": "31"
},
"reportOriginData": {
"originMonth": "January",
"originYear": "2026",
"originMonthInt": 1,
"originYearInt": 2026,
"reportIssueDate": "03/09/2026",
"currentMonth": "March",
"nextMonth": "March",
"reportIssueYear": "2026",
"nextReportMonth": "April"
}
}
}
Response 400 status code​
{
"traceId": "542fc743fffda052",
"timestamp": "2023-05-05 11:20:46",
"code": "IDV-4005",
"message": "-",
"data": null
}
Response 401 status code​
{
"timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ",
"status": 401,
"error": "Unauthorized",
"path": "/api/idv-govcheck/v1/mx-identity/{curp}/issste"
}
Response 500 status code​
{
"traceId": "43a20f33d4e8730d",
"timestamp": "yyyy-mm-dd HH:MM:SS",
"code": "IDV-1001",
"message": "A generic error has occurred.",
"data": null
}