---
title: "Create FunnelFox feature"
method: POST
path: "/admin/billing-products/funnelfox/features"
tags: ["Admin Billing Products"]
---

# Create FunnelFox feature

`POST /admin/billing-products/funnelfox/features`

## Request body

- CreateFeatureDto
  - `ident` string, required — Feature identifier
  - `featureType` 'timebased' | 'lifetime' | 'consumable', required — Feature type

## Response `201`

- FeatureDto
  - `ident` string, required
  - `type` 'timebased' | 'lifetime' | 'consumable'
  - `title` string

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
