---
title: "Buscar Plano"
method: GET
path: "/plans/{id}"
---

# Buscar Plano

`GET /plans/{id}`

Retorna os dados de um Plano.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `id` string
  - `name` string
  - `identifier` string
  - `interval` integer
  - `interval_type` string
  - `created_at` string
  - `updated_at` string
  - `prices` object[]
    - `id` string
    - `currency` string
    - `value_cents` integer
    - `plan_id` string
    - `created_at` string
    - `updated_at` string
  - `features` object[]
    - `id` string
    - `name` string
    - `identifier` string
    - `value` integer
    - `important` unknown
    - `plan_id` string
    - `position` integer
    - `created_at` string
    - `updated_at` string
  - `payable_with` string[]
  - `max_cycles` integer
  - `billing_days` integer
  - `invoice_max_installments` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/iugu/apis/tokens-de-api.md) · [All operations](https://skmtc.net/iugu/apis/tokens-de-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iugu/tokens-de-api/versions/4590fc729d1e/schema)
