# Employment Records Mexico Our employment records resource for Mexico lets you get a comprehensive view of your user’s current social security contributions and employment history. With Belvo's employment records resource for Mexico, you can access information about your user's current social security contributions and employment history. For the each user, we return the: - personal data - work history - historical and current daily base salary - and more! At the moment, the employment records resource is available for: - 🇲🇽 Mexico (IMSS) - 🇲🇽 Mexico (ISSSTE) ## List employment records - [GET /api/employment-records/](https://developers.belvo.com/apis/belvoopenapispec/employment-records-mexico/listemploymentrecords.md): ## ▶️ Usage With the List Employment Records method, you can: 1. List employment records related to a specific (using the query parameter). 2. Get the details of a specific (using the query parameter). 3. List all employment records related to your Belvo account (without using any query parameters). ## 📖 Pagination This method returns a paginated response (default: 100 items per page). You can use the query parameter to increase the number of items returned to a maximum of 1000 items. You can use the query parameter to navigate through the results. For more details on how to navigate Belvo's paginated responses, see our Pagination Tips article. ## 🔦 Filtering Responses Please see the query list below for a list of fields that you can filter your responses by. For more information on how to use filters, see our Filtering responses article. ## Retrieve employment record details - [POST /api/employment-records/](https://developers.belvo.com/apis/belvoopenapispec/employment-records-mexico/retrieveemploymentrecorddetails.md): Retrieve employment record details for an individual. ## Get an employment record's details - [GET /api/employment-records/{id}/](https://developers.belvo.com/apis/belvoopenapispec/employment-records-mexico/detailemploymentrecord.md): Get the details of a specific employment record. ## Delete an employment record - [DELETE /api/employment-records/{id}/](https://developers.belvo.com/apis/belvoopenapispec/employment-records-mexico/destroyemploymentrecord.md): Delete a specific employment record from your Belvo account. > ❗️ Rate limited > > This endpoint is rate limited. You can only delete 5 items per minute. If you exceed this limit, you will receive a status code.