---
title: "Get team subscription plans"
method: GET
path: "/teams/plans_data"
tags: ["teams"]
---

# Get team subscription plans

`GET /teams/plans_data`

Retrieves the team's available subscription plans with name, ID, and licence counts (used and owned).

**Permission:** No specific permission required. A valid API key is sufficient.

**Monitoring:** Not needed.

## Response `200`

Successful operation

- object[]
  - `plan_id` integer
  - `plan_name` string
  - `nb_licences_used` integer
  - `nb_licences` integer

## Other responses

- `401` — Unauthorized — missing, invalid, or expired API key.
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
