cURL
curl --request POST \ --url https://api.example.com/api/v1/features \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "lookup_key": "<string>", "type": "<string>", "description": "<string>" } '
Create a new feature (meter, switch, or custom).
meter
switch
custom
SUM
MAX
UNIQUE_COUNT
LAST
Was this page helpful?