***

title: Plans
subtitle: Browse the product catalog
slug: endpoints/plans
---------------------

For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see https://docs.prolifi.io/endpoints/llms.txt. For full documentation content, see https://docs.prolifi.io/endpoints/llms-full.txt.

Plans represent the products in your Prolifi catalog. Each plan has a name, description, billing cycles (with pricing), and features.

Plans are **read-only** through the Public API. Create and manage plans in the [Prolifi dashboard](https://dashboard.prolifi.co).

## Endpoints

| Method | Path          | Description                                    |
| ------ | ------------- | ---------------------------------------------- |
| `GET`  | `/plans`      | List all plans (paginated, defaults to active) |
| `GET`  | `/plans/{id}` | Retrieve a single plan by ID                   |

## Key concepts

* **Billing cycles** define the pricing intervals available for a plan (e.g., monthly at 4,900 NGN, yearly at 49,900 NGN).
* **Features** describe what is included in the plan (metered limits, boolean flags, etc.).
* Use the `status` query parameter on the list endpoint to filter by `active`, `inactive`, or `archived` plans.