Plans
Get plan
Retrieve the details of an existing plan.
GET
/
v1
/
plans
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Plan ID.
Plan name.
Plan description.
Interval used to represent the commitment period of the plan.
Duration of the initial contract for the created subscription.
Indicates if the subscription to the plan should automatically renew.
Interval to renew thr subscription for if renew_automatically
is enabled.
Interval used to represent the trial period of the plan.
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?