Kinde SDKs
SDKs and APIs
You can add and manage Kinde’s feature flags through the Kinde API as well as through the main admin interface.
If you plan to use feature flags through the Kinde API, you will be able to do the following:
See relevant posts and responses in the API documentation.
When creating a feature flag via the Management API, the type field accepts the following values:
str — stringint — integerbool — booleanThe JSON flag type is available in the Kinde dashboard but is not currently supported via the Management API. JSON flags must be created in the dashboard. Once created, they can be managed (overridden, deleted) via the API, but the type cannot be set to json through an API call.