Fetches a list of customers on a specific plan (by default, only currently active plans are included). This is a Plans (deprecated) endpoint. New clients should implement using Contracts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Max number of results that should be returned
1 <= x <= 100Cursor that indicates where the next page of results should start.
Status of customers on a given plan. Defaults to active.
all - Return current, past, and upcoming customers of the plan.active - Return current customers of the plan.ended - Return past customers of the plan.upcoming - Return upcoming customers of the plan.Multiple statuses can be OR'd together using commas, e.g. active,ended.
Note: ended,upcoming combination is not yet supported.
all, active, ended, upcoming