Skip to main content
GET
List Mexican employees with their master payroll data

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1

Page to return. Defaults to 1.

Required range: x >= 1
limit
integer
default:150

Page size. Defaults to 150, which is also the maximum. A value above 150 returns 422 instead of being capped.

Required range: 1 <= x <= 150
updatedSince
string<date-time> | null

Optional. If omitted or sent empty, returns the full download. When present, returns only employees changed on or after this instant, in any of the 7 sources of their data. Send an ISO-8601 value including the offset: without one it is interpreted in the server timezone. The comparison is inclusive, so replaying your previous cursor returns the boundary employee again.

Example:

"2026-08-01T00:00:00+00:00"

status
enum<string>

Absent or empty returns every employee, active and inactive. Deleted employees are never returned, with or without this filter.

Available options:
active,
inactive

Response

Successful response - Paginated list of Mexican employees with their master payroll data

data
object[]
required
meta
object
required