---
title: "Get All Pay Groups"
method: GET
path: "/employer/pay-groups"
tags: ["Payroll"]
---

# Get All Pay Groups

`GET /employer/pay-groups`

Read company pay groups and frequencies

## Headers

- `Finch-API-Version` string, date, required

## Response `200`

Company pay groups

- object[]
  - `id` string, uuid — Finch id (uuidv4) for the pay group
  - `name` string — Name of the pay group
  - `pay_frequencies` PayFrequency[] — List of pay frequencies associated with this pay group

## Changes

- **2025-04-22** `46640c1b4688` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API

[Change history](https://skmtc.dev/finch-api/apis/api-reference/changes/employer/pay-groups/get.md)

---

[API](https://skmtc.dev/finch-api/apis/api-reference.md) · [All operations](https://skmtc.dev/finch-api/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finch-api/api-reference/revisions/46640c1b4688/schema)
