---
title: "ERP-5865 — workers' comp codes for the caller's staffing company.
            
The route already existed at GET /v1/CompanySettings/workersCompCodes, but that one is
[Authorize] (user JWT), so the HMAC integration principal could never call it and the
WORKERS_COMP_CODE feed had never populated a single row. Re-exposing it here puts it on the
same signed footing as every other ERP2 lookup instead of widening the JWT endpoint's auth.
Same MediatR query the JWT controller uses, so there is one implementation, not two."
method: GET
path: "/int/v1/erp2/lookups/workers-comp-codes"
tags: ["Erp2Lookups"]
---

# ERP-5865 — workers' comp codes for the caller's staffing company.
            
The route already existed at GET /v1/CompanySettings/workersCompCodes, but that one is
[Authorize] (user JWT), so the HMAC integration principal could never call it and the
WORKERS_COMP_CODE feed had never populated a single row. Re-exposing it here puts it on the
same signed footing as every other ERP2 lookup instead of widening the JWT endpoint's auth.
Same MediatR query the JWT controller uses, so there is one implementation, not two.

`GET /int/v1/erp2/lookups/workers-comp-codes`

## Headers

- `company-id` string, required

## Response `200`

Success

---

[API](https://skmtc.net/bilflo/apis/bilflo-api.md) · [All operations](https://skmtc.net/bilflo/apis/bilflo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilflo/bilflo-api/revisions/1b4e8ebaeace/schema)
