curl --location --request GET 'https://app.launchdarkly.com/api/v2/flags///dependent-flags'
{
"_links": {
"parent": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"_site": {
"href": "/features/sort.order",
"type": "text/html"
},
"items": [
{
"_links": {
"parent": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"_site": {
"href": "/features/sort.order",
"type": "text/html"
},
"environments": [
{
"_links": {
"flagLink": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"_site": {
"href": "/features/sort.order",
"type": "text/html"
},
"key": "string",
"name": "string"
}
],
"key": "string",
"name": "string"
}
]
}