---
title: "List prices and discounts"
method: GET
path: "/1/swiss_backups/pricing"
tags: ["Billing"]
---

# List prices and discounts

`GET /1/swiss_backups/pricing`

List all prices and discounts for Swiss Backup products

## Query parameters

- `account_id` integer — Unique identifier of the `account` that is related to the resource `{name}`
- `currency_id` integer
- `swiss_backup_id` integer
- `with_renewal` boolean

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` Daf7713cSwissBackupPrice2731a22e
    - `prices` Daf7713cSwissBackupPrice[], required
      - `type` string, required — Type of the resource `Swiss Backup Price`
      - `unit` integer, required
      - `currency` integer, required
      - `amount` string, required — Amount incl. VAT
      - `amount_excl_vat` string, required — Amount excl. VAT
    - `discounts` Daf7713cSwissBackupDiscount[], required
      - `label` string, required
      - `periodicity` integer, required — Commitment period (in years)
      - `value` integer, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
