Employment record response payload
Belvo's unique identifier for the current item.
The link.id
the data belongs to.
The ISO-8601 timestamp of when the data point was created in Belvo's database.
The ISO-8601 timestamp when the data point was collected.
The date when the employment record report was generated, in YYYY-MM-DD
format.
Unique ID for user according to the institution. For IMSS and ISSSTE Mexico, this is the CURP.
Details regarding the individual's social security contributions, according to the IMSS.
Note: For ISSSTE Mexico, this value will return
null
.
An array of employment_record
scores. Each score provides an insight into employability and income generation potential in a given period.
Note 1: This field is only available for links created with Mexico's IMSS. For other institutions, this field will return
null
.
Note 2: This field will return
null
for employment records retrieved before 16-04-2024. For employment records generated before 16-04-2024, you'll need to make a new POST request to retrieve employment records to calculate the scores.
{ "id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d", "link": "30cb4806-6e00-48a4-91c9-ca55968576c8", "created_at": "2022-02-09T08:45:50.406032Z", "collected_at": "2022-02-09T08:45:50.406032Z", "report_date": "2023-01-19", "internal_identification": "BLPM951331IONVGR54", "personal_data": { "official_name": "Bruce Banner del Torro", "first_name": "Bruce", "last_name": "Banner del Torro", "birth_date": "2022-02-09", "entitlements": { … }, "document_ids": [ … ], "email": "bruce.banner@avengers.com" }, "social_security_summary": { "weeks_redeemed": 0, "weeks_reinstated": 0, "weeks_contributed": 188 }, "employment_records": [ { … } ], "employment_scores": [ { … }, { … }, { … } ], "files": [ { … } ] }