---
title: "Get application tariffs"
method: GET
path: "/marketplace/application/{application_id}/tariffs"
tags: ["Marketplace"]
---

# Get application tariffs

`GET /marketplace/application/{application_id}/tariffs`

Retrieves list of tariffs for the application.

**Note:** For marketplace partners only.

## Path parameters

- `application_id` integer, required

## Headers

- `Accept` string, required
- `Authorization` string, required

## Response `200`

Tariffs retrieved successfully

- object
  - `success` boolean
  - `data` object[] — List of tariffs
    - `id` integer — Tariff ID
    - `title` string — Tariff name
    - `options` object[] — Tariff options
      - `id` integer — Option ID
      - `title` string — Option name
      - `overall_price` number, float — Total price
      - `duration_in_months` integer — Duration in months
      - `currency_iso` string — Currency ISO code
      - `staff_amount` integer — Maximum team members for this option
      - `free_period_in_months` integer — Free trial period in months
  - `meta` unknown[]
    - unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Application not found

---

[API](https://skmtc.net/alteg/apis/developer-tools.md) · [All operations](https://skmtc.net/alteg/apis/developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alteg/developer-tools/versions/c89b6494ffd2/schema)
