Current employment status 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 month for which the current employment status is reported, in YYYY-MM
format. If status
is UNEMPLOYED
, this field is null
.
Unique ID for user according to the institution. For IMSS and ISSSTE Mexico, this is the CURP. If status
is UNEMPLOYED
, this field is null
.
Details regarding the personal information of the individual.
The date of birth of the individual, in YYYY-MM-DD
format.
The current employment status of the individual.
{ "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", "month": "2023-01", "internal_identification": "BLPM230130IONVGR54", "personal_data": { "official_name": "Bruce Banner del Torro", "first_name": "Bruce", "last_name": "Banner del Torro", "birth_date": "1990-02-09", "document_ids": [ … ] }, "status": "EMPLOYED", "current_employment_records": [ { … } ] }