# Client API: Features

> The dashboard areas this storefront shows, and whether account plans apply to your account.

Source: https://www.coritan.com/docs/api/reference/client/features/

The dashboard areas this storefront shows, and whether account plans apply to your account. Needs no auth.

Base URL: `https://api.coritan.com/api/v1`. Paths below are complete.

To try these requests in the browser, open the [interactive Client API reference](https://api.coritan.com/docs).

## Operations

| Method | Path | Summary |
| --- | --- | --- |
| GET | [`/api/v1/features`](#op-get-api-v1-features) | The dashboard areas this storefront shows, and whether account plans apply |

### The dashboard areas this storefront shows, and whether account plans apply {#op-get-api-v1-features}

`GET /api/v1/features`

The dashboard areas this storefront shows, and whether account plans
apply. No sign in needed.

The answer is ``{flags: {name: true or false}, plans_v2}``. ``flags``
names each area of the dashboard (``vps``, ``mail``, ``storage`` and the
rest) and whether it shows. ``plans_v2`` is true when the Free, Pro and
Business plans, their limits and their prompts apply: to your account
when the request carries your session, and otherwise to someone who signs
up now. A token that is not valid reads as no session. On an
organization's storefront the answer is ``{"flags": {}, "plans_v2":
false}``: those storefronts keep their own switches.

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
