Skip to main content

Get Paginated List of Subscription Plans

GET 

/api/v1/subscriptions/plans

Get Paginated List of Subscription Plans

Request

Responses

Subscription Plan Response

Schema
    count number
    next url
    previous url
    results object[]
  • Array [
  • plan_name string
    price double
    billing_cycle string

    Possible values: [MO, WE, BI]

    short_lead string
    company string
  • ]
Loading...