v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Get All Employer Checks

get/employerCheck

Query parameters

companyIDstring required

Company ID of the employer

Response

200

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "employerCheckID": "123456789",
      "createdAt": "2023-05-09T22:00:00Z",
      "reporting_periods": [
        "01739fc4cfd84c2e93dba5e802d1dda2"
      ]
    }
  ]
}