v4

latestOpenAPI 3.0.02026-08-04109113304.5 KB
Plan

Get Plan & Usage information for all products

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

get/plan

Response

Return Plan & Usage information

account_idinteger

The account ID of the account that this Plan & Usage information is associated with

plan_namestring

The name of the plan for the current account

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

Example response

{
  "account_id": 1234567,
  "plan_name": "Enterprise - Premium Optimizely X Web",
  "product_usages": [
    {
      "allocation_term_in_months": 6,
      "overage_cents_per_visitor": 0.001,
      "usage": 12345,
      "usage_allowance": 123456
    }
  ]
}