cURL
curl --request POST \ --url https://billing.funnelfox.com/{org_id}/v1/feature/create \ --header 'Content-Type: application/json' \ --header 'ff-secret-key: <api-key>' \ --data ' { "ident": "<string>", "feature_type": "timebased" } '
{}
Define a new Feature (Offering) in your subscription catalog.
Secret key for FunnelFox Billing API. Required for all requests.
Organization ID
Unique identifier for this feature
256
^[-A-Za-z_0-9]{1,256}$
timebased
lifetime
consumable
The response is of type Ok200 · object.
Ok200 · object
Was this page helpful?