Kaiten
Open Feature

Get OpenFeature manifest

Returns a manifest of all feature flags that have a fallback_value set in their metadata

GET
/openfeature/v0/manifest

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://demo.kaiten.sh/openfeature/v0/manifest"
{
  "flags": [
    {
      "defaultValue": null,
      "description": "string",
      "key": "string",
      "name": "string",
      "type": "string"
    }
  ]
}
{
  "detail": "Property foo is required but is missing.",
  "errors": [
    {
      "location": "string",
      "message": "string",
      "value": null
    }
  ],
  "instance": "https://example.com/error-log/abc123",
  "status": 400,
  "title": "Bad Request",
  "type": "https://example.com/errors/example"
}
{
  "detail": "Property foo is required but is missing.",
  "errors": [
    {
      "location": "string",
      "message": "string",
      "value": null
    }
  ],
  "instance": "https://example.com/error-log/abc123",
  "status": 400,
  "title": "Bad Request",
  "type": "https://example.com/errors/example"
}