Skip to main content
GET
Get the master payroll data of one Mexican employee

Authorizations

Authorization
string
header
required

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

Path Parameters

employeeId
string<uuid>
required

The employee ID

Response

Successful response - One Mexican employee. Same blocks and fields as each element of the list, returned as a single object and not as a list of one.

data
object
required

Master payroll data of one Mexican employee. All six blocks are always present; a field with no data is emitted as null (its key never disappears), except customFields, whose keys depend on what the company created.