Skip to main content
GET
/
api
/
v2
/
integration-capabilities
/
big-segment-store
List all big segment store integrations
curl --request GET \
  --url https://app.launchdarkly.com/api/v2/integration-capabilities/big-segment-store \
  --header 'Authorization: <api-key>'
{
  "_links": {
    "self": {
      "href": "<string>",
      "type": "<string>"
    },
    "parent": {
      "href": "<string>",
      "type": "<string>"
    }
  },
  "items": [
    {
      "_links": {
        "self": {
          "href": "<string>",
          "type": "<string>"
        },
        "parent": {
          "href": "<string>",
          "type": "<string>"
        },
        "project": {
          "href": "<string>",
          "type": "<string>"
        },
        "environment": {
          "href": "<string>",
          "type": "<string>"
        }
      },
      "_id": "12ab3c4d5ef1a2345bcde67f",
      "integrationKey": "redis",
      "projectKey": "default",
      "environmentKey": "development",
      "config": {},
      "on": true,
      "tags": [],
      "name": "Development environment configuration",
      "version": 1,
      "_status": {
        "available": true,
        "potentiallyStale": false,
        "lastSync": "1717263000000",
        "lastError": "1714584600000",
        "errors": [
          {
            "statusCode": 123,
            "message": "<string>",
            "timestamp": 123
          }
        ]
      },
      "_access": {
        "denied": [
          {
            "action": "<string>",
            "reason": {
              "effect": "allow",
              "resources": [
                "proj/*:env/*;qa_*:/flag/*"
              ],
              "notResources": [
                "<string>"
              ],
              "actions": [
                "*"
              ],
              "notActions": [
                "<string>"
              ],
              "role_name": "<string>"
            }
          }
        ],
        "allowed": [
          {
            "action": "<string>",
            "reason": {
              "effect": "allow",
              "resources": [
                "proj/*:env/*;qa_*:/flag/*"
              ],
              "notResources": [
                "<string>"
              ],
              "actions": [
                "*"
              ],
              "notActions": [
                "<string>"
              ],
              "role_name": "<string>"
            }
          }
        ]
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

Big segment store collection response

The location and content type of related resources

items
object[]
required

An array of persistent store integration configurations