Plans

Browse the product catalog
View as Markdown

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.

Endpoints

MethodPathDescription
GET/plansList 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.