cURL
curl --request POST \ --url https://billing.funnelfox.com/{org_id}/v1/feature/create \ --header 'Content-Type: application/json' \ --data ' { "ident": "<string>", "feature_type": "timebased" } '
{}
Define a new Feature (Offering) in your subscription catalog.
Organization ID
Unique identifier for this feature
256
timebased
lifetime
consumable
The response is of type Ok200 · object.
Ok200 · object
Was this page helpful?