---
title: "Retrieve all tariffs."
method: GET
path: "/api/v1/tariffs"
tags: ["Tariff"]
---

# Retrieve all tariffs.

`GET /api/v1/tariffs`

Required scope: `tariffs:read`

## Query parameters

- `countryAreaId` integer
- `operatorId` union
  - integer
  - integer
- `externalId` union
  - string
  - string
- `teamId` union
  - integer
  - integer
- `countryId` union
  - integer
  - integer
- `zip` union
  - string
  - string

## Response `200`

All tariffs

- TariffDto[]
  - `id` integer — Id of the tariff
  - `externalId` string, required — External id of the tariff
  - `name` string, required — Name of the tariff
  - `description` string, required — Description of the tariff
  - `countryId` integer — Country Id of the tariff
  - `countryAreaId` integer, nullable — Country area Id of the tariff
  - `currencyId` integer — Currency Id of the tariff
  - `teamId` integer, nullable — Team Id of the tariff
  - `operatorId` integer, nullable — Operator Id of the tariff
  - `pricesWithVat` boolean — Indicates if VAT is already in the price of the tariff
  - `zipCodes` string[], required — Zip codes of the tariff
  - `tariffType` 'WEEKLY' | 'DYNAMIC', required
  - `active` boolean — Indicates if the Tariff is active or not
  - `timeZone` string, required — Time zone of the tariff
  - `area` string, required — Area of the tariff
  - `customerType` 'A_ZERO' | 'A_HIGH' | 'A_LOW' | 'B_HIGH' | 'B_LOW' | 'C_CUSTOMER'
  - `createdAt` string, date-time, required — Creation date of the tariff
  - `updatedAt` string, date-time, nullable — Last update date of the tariff

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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