Skip to main content
GET
Get Employee Checks by Employee
This is the same underlying route as Get Employee Check by ID, which looks up a single check instead of listing by employee - the API doesn’t distinguish these with separate routes, so each page documents the query parameters for its own intended usage.

Authorizations

Authorization
string
header
required

Query Parameters

companyID
string
required

Company ID of the employer

employeeID
string
default:""
required

ID of Employee

status
string
default:""

Status to filter by. Can be pending, pre-processed, or processed

reportingPeriodID
string
default:""

ID of reporting period to filter by

Response

200