---
title: "List all Collaborators Meal Vouchers 🇫🇷"
method: GET
path: "/companies/{companyId}/collaborators/meal-vouchers"
tags: ["Collaborator"]
---

# List all Collaborators Meal Vouchers 🇫🇷

`GET /companies/{companyId}/collaborators/meal-vouchers`

Returns all Collaborators Meal Vouchers for a given month. Only available for french companies.
\
**Required scopes**: *collaborators:meal-vouchers:read*

## Path parameters

- `companyId` string, required

## Query parameters

- `date` string, required
- `nextPageToken` string
- `maxResults` string

## Response `200`

All collaborators meal vouchers of the company.

- object
  - `mealVouchers` object[], required
    - `collaboratorId` string, required — Id of the collaborator.
    - `vouchersCount` number, required — Represents the number of days a collaborator worked during the month and for which he/she should receive meal vouchers.
    - `voucherAmount` number, required — Represents the amount of a single meal voucher.
    - `dayOffEligibility` boolean, required — Defines if the voucher can be used to pay a meal on a sunday and on a bank holiday or not.
    - `voucherCompanyPartAmount` number, required — Represents the company part amount of a single meal voucher.
    - `voucherEmployeePartAmount` number, required — Represents the employee part amount of a single meal voucher.
  - `meta` object, required
    - `nextPageToken` string, nullable
    - `count` integer, nullable

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