FastDOL · Example Payload

Fastdol Batch Lookup Request Example

OSHAComplianceWorkplace SafetyPublic RecordsFederal EnforcementLabor

Fastdol Batch Lookup Request Example is an example object payload from FastDOL, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

lookups

Example Payload

Raw ↑
{
  "lookups": [
    {
      "name": "Acme Construction Inc",
      "ein": "12-3456789",
      "employer_id": "emp_8a3b9c2d1e4f",
      "state": "CA",
      "zip": "94105",
      "city": "string"
    }
  ]
}