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 <= 100
Cursor 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