---
title: "Get company paydays"
method: GET
path: "/companies/{company}/paydays"
---

# Get company paydays

`GET /companies/{company}/paydays`

Returns a list of paydays and their corresponding `approval_deadline` specific to the processing period of the specified company. Results span one year of dates. If the `approval_deadline` was impacted by a bank holiday, then `impacted_by_holiday` will be true, otherwise false.

## Path parameters

- `company` string, required

## Query parameters

- `start` string, date
- `processing_period` 'three_day' | 'two_day' | 'one_day'

## Response `200`

200

- object
  - `next` string
  - `previous` string
  - `results` object[]
    - `payday` string
    - `approval_deadline` string
    - `approval_deadline_datetime` string
    - `impacted_by_holiday` boolean

## Other responses

- `400` — 400

---

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