Skip to content
  • Features and releases
  • Feature flags

Manage feature flags through the Kinde API

You can add and manage Kinde’s feature flags through the Kinde API as well as through the main admin interface.

Current flag functions in the API

Link to this section

If you plan to use feature flags through the Kinde API, you will be able to do the following:

  • Add a new flag
  • Edit a flag
  • Override a flag value in an environment or organization
  • Delete a flag

See relevant posts and responses in the API documentation.

Which flag types can I use in the API?

Link to this section

When creating a feature flag via the Management API, the type field accepts the following values:

  • str — string
  • int — integer
  • bool — boolean

The 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.