Persistent store integrations (beta)
List all big segment store integrations
List all big segment store integrations.
get/api/v2/integration-capabilities/big-segment-store
Response
Big segment store collection response
Example response
{
"items": [
{
"_id": "12ab3c4d5ef1a2345bcde67f",
"integrationKey": "redis",
"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"
}
}
]
},
"_status": {
"available": true
}
}
]
}