cURL
curl --request POST \ --url https://billing.funnelfox.com/{org_id}/v1/price_points \ --header 'Content-Type: application/json' \ --data ' { "ident": "<string>", "currency_code": "<string>", "feature_ident": "<string>" } '
{ "price_points": [ { "ident": "<string>", "currency": { "code": "<string>", "minor_units": 123, "title": "<string>", "symbol": "<string>" }, "intro_type": "no_intro", "features": [ { "ident": "<string>" } ], "lifetime_price": 123, "intro_free_trial_period": 123, "intro_free_trial_period_duration": "minutes", "intro_paid_trial_price": 123, "intro_paid_trial_period": 123, "intro_paid_trial_period_duration": "minutes", "next_price": 123, "next_period": 123, "next_period_duration": "minutes" } ] }
Retrieve all Price Points (pricing plans) defined for the organization.
ident
currency_code
feature_ident
{}
null
Organization ID
Filter by Price Point ident, the unique identifier you assigned when creating the Price Point.
Filter by currency code.
Filter by feature ident (returns price points that include this feature).
List of price points
Show child attributes
Was this page helpful?