Get plan
Retrieve the details of an existing plan.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Plan ID.
"plan_zHmjoDea4ZRmQV"
Plan name.
"Starter"
Plan description.
"Starter pack"
Interval used to represent the commitment period of the plan.
{ "period": "years", "count": 1 }
Strategy used to trigger the start of the subscription contract.
start_date
, immediately
, manual
, manual_with_latest
, quote_signature
, checkout
"start_date"
Contract start date, applicable if the start strategy is start_date
.
"2025-01-01T00:00:00.000Z"
Strategy used to trigger the end of the subscription contract.
duration
, manual
, end_date
"duration"
Contract end date, applicable if the end strategy is end_date
.
"2025-12-31T23:59:59.999Z"
Duration of the initial contract for the created subscription.
{ "period": "years", "count": 1 }
Indicates if the subscription to the plan should automatically renew.
true
Interval to renew thr subscription for if renew_automatically
is enabled.
{ "period": "years", "count": 1 }
Interval used to represent the trial period of the plan.
{ "period": "months", "count": 1 }
A list of key value with the ID or the name of the custom property as the key and the custom property value as value.
Was this page helpful?