---
title: "Get Income Taxes documents 🇬🇧"
method: GET
path: "/companies/{companyId}/income-taxes-documents"
tags: ["Company"]
---

# Get Income Taxes documents 🇬🇧

`GET /companies/{companyId}/income-taxes-documents`

Returns all the documents related to income taxes (P45, P60, P11D). This endpoint should only be used for UK companies.

\
**Required scopes**: *contracts:payslips:read*

## Path parameters

- `companyId` string, required

## Response `200`

The Tax Incomes documents

- object
  - `documents` object[]
    - `documentId` string, required — The id of the document
    - `createdAt` string, date-time, required — Date when the file has been created.
    - `contractId` string, required — The contractId linked to the document
    - `type` 'P60' | 'P45' | 'P11D', required — Define the document expectation
    - `year` string, required — Legal year of the document
    - `month` string, required — Legal month of the document
    - `documentUrl` string, required — The Payfit api URL to download the document

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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