List customers on a plan
Plans
List customers on a plan
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.
GET
List customers on a plan
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Max number of results that should be returned
Required range:
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.
Available options:
all, active, ended, upcoming