api

get/api/plans/

Query parameters

exclude_tagsstring[]

Filter to plans that do not have any of the tags in this list.

include_tagsstring[]

Filter to plans that have any of the tags in this list.

include_tags_allstring[]

Filter to plans that have all of the tags in this list.

Response

plan_namestring required

Name of the plan

plan_duration'monthly' | 'quarterly' | 'yearly' | 'null' nullable required

Duration of the plan

status'active' | 'archived' | 'experimental' required
plan_idstring required
num_versionsinteger required

The number of versions that this plan has.

active_subscriptionsinteger required

The number of active subscriptions that this plan has across all versions.

Changes