v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Integration delivery configurations (beta)

Get delivery configurations by environment

Get delivery configurations by environment.

get/api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}

Path parameters

projectKeystring string required

The project key

The project key

environmentKeystring string required

The environment key

The environment key

Response

Integration delivery configuration collection response

Example response

{
  "items": [
    {
      "_id": "12ab3c4d5ef1a2345bcde67f",
      "integrationKey": "example-integration-key",
      "projectKey": "default",
      "environmentKey": "development",
      "on": true,
      "tags": [],
      "name": "Development environment configuration",
      "version": 1,
      "_access": {
        "denied": [
          {
            "reason": {
              "resources": [
                "proj/*:env/*;qa_*:/flag/*"
              ],
              "actions": [
                "*"
              ],
              "effect": "allow"
            }
          }
        ],
        "allowed": [
          {
            "reason": {
              "resources": [
                "proj/*:env/*;qa_*:/flag/*"
              ],
              "actions": [
                "*"
              ],
              "effect": "allow"
            }
          }
        ]
      }
    }
  ]
}