Plans

Get company's current plan with terms, services, and active subscriptions

Get the authenticated company's current plan, pricing, service terms, and active subscriptions.

Returns:

  • plan: Plan info (id, name, subscribed_at)
  • services: List of services with pricing and terms for this plan
  • subscriptions: Active subscriptions from Z_MonthlyUsage grouped by service
  • totals: Monthly cost summary
get/api/plans/current

Headers

x-api-tokenstring nullable

Response

Successful Response

object required

Changes