Flag links (beta)
List flag links
Get a list of all flag links.
get/api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}
Path parameters
projectKeystring string required
The project key
The project key
featureFlagKeystring string required
The feature flag key
The feature flag key
Response
Flag link collection response
Example response
{
"items": [
{
"_key": "flag-link-key-123abc",
"_id": "1234a56b7c89d012345e678f",
"_deepLink": "https://example.com/archives/123123123",
"title": "Example link title",
"description": "Example link description"
}
]
}