🎉 Flipt v2 is now available! Experience the next generation of feature management with Pro features and enhanced GitOps workflow.
curl --url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rules/{id} \ --header 'Accept: application/json'
{ "id": "<string>", "flagKey": "<string>", "segmentKey": "<string>", "distributions": [ { "id": "<string>", "ruleId": "<string>", "variantId": "<string>", "rollout": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "rank": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "namespaceKey": "<string>", "segmentKeys": [ "<string>" ], "segmentOperator": "OR_SEGMENT_OPERATOR" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
OR_SEGMENT_OPERATOR
AND_SEGMENT_OPERATOR
Was this page helpful?