---
title: "Get Plan & Usage information for all products"
method: GET
path: "/plan"
tags: ["Plan"]
---

# Get Plan & Usage information for all products

`GET /plan`

Get Plan & Usage information for all products, only accessible for Administrators on the account

## Response `200`

Return Plan & Usage information

- Plan
  - `account_id` integer — The account ID of the account that this Plan & Usage information is associated with
  - `plan_name` string — The name of the plan for the current account
  - `product_usages` ProductUsage[] — Array of products under this account
    - `allocation_term_in_months` integer — The current allocation term length in months. The allocation term is the time between the `start_time` and the `end_time`. For example the `usage` for an account with an `allocation_term_in_months` of 6 has started accumulating on the `start_time` and will reset to 0 at `end_time` (6 months later)
    - `end_time` string, date-time — The end date of the current allocation term period. For monthly paying accounts, the current allocation term period means the current billing month
    - `last_update_time` string, date-time — The last time that the `unit_of_measurement` count was updated
    - `overage_cents_per_visitor` number, float — (optional) The cost in cents for every visitor when the number of `unit_of_measurement` has exceeded the `usage_allowance`. This value is only set for accounts with a limited `usage_allowance`
    - `product_name` 'Optimizely X AB Testing' | 'Classic AB Testing' | 'Personalization' | 'Mobile' | 'Full Stack' | 'Recommendations' | 'Over The Top' | 'Impressions' — The product name
    - `projects` object — Key-value map of `usage` per project under this account and this product. Keys are project IDs, values are `usage` numbers. Only available for the Impressions metrics, otherwise omitted.
    - `start_time` string, date-time — The start date of the current allocation term period. For monthly paying accounts, the current allocation term period means the current billing month
    - `usage` integer — The total `usage` in the `unit_of_measurement` within the current allocation term
    - `usage_allowance` integer — (optional) The total `usage` allowed in the `unit_of_measurement` for the current allocation term. This value is only set for accounts with a limited `usage_allowance`
  - `status` 'trial' | 'active' | 'inactive' — The status of the plan for the current account
  - `unit_of_measurement` 'Monthly Unique Visitors' | 'Impressions' — The unit by which we measure the `usage` of this account

## Other responses

- `401` — Invalid credentials
- `403` — You do not have permission to access Plan & Usage information
- `default` — Unexpected error

---

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