---
title: "GET /v1/plans"
method: GET
path: "/v1/plans"
tags: ["Plan"]
---

# GET /v1/plans

`GET /v1/plans`

## Query parameters

- `currency` string

## Response `200`

OK

- InfosetPlan
  - `id` integer
  - `name` string, nullable
  - `price` number, double
  - `currency` string, nullable
  - `billingRecurs` integer — Faturalandırma her 1 ayda, yada her 1 yılda
  - `billingUnit` 0 | 1 | 2 | 3 | 4 — <p>Enum values:</p><ul><li><i>0 = Day</i></li><li><i>1 = Week</i></li><li><i>2 = Month</i></li><li><i>3 = Year</i></li><li><i>4 = Unlimited</i></li></ul>

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
