---
title: "Get accounting data 🇫🇷"
method: GET
path: "/companies/{companyId}/accounting"
tags: ["Company"]
---

# Get accounting data 🇫🇷

`GET /companies/{companyId}/accounting`

Returns accounting of the company for a given month. The data is structured as CSV.
\
**Required scopes**: *accounting:read*

## Path parameters

- `companyId` string, required

## Query parameters

- `date` string, required

## Response `200`

The accounting file

## 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)
