---
title: "Retrieve your tariff and prices."
method: GET
path: "/api/v1/tariffs/{tariffId}"
tags: ["Tariff"]
---

# Retrieve your tariff and prices.

`GET /api/v1/tariffs/{tariffId}`

Required scope: `tariffs:read`

## Path parameters

- `tariffId` integer, required

## Query parameters

- `end` string, date-time
- `start` string, date-time

## Response `200`

Tariff with provided id

- FullTariff
  - `tariff` TariffDto, required
    - `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
  - `prices` Price[], required — list of the tariff prices
    - `start` string, date-time, required — start
    - `price` number, nullable — price
  - `priceSpecification` PriceSpecification
    - `specifications` PairStringBigDecimal[], required — price specifications
      - `first` string, required
      - `second` number, required

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