v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
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

_linksobject required

The location and content type of related resources

Example response

{
  "items": [
    {
      "_key": "flag-link-key-123abc",
      "_id": "1234a56b7c89d012345e678f",
      "_deepLink": "https://example.com/archives/123123123",
      "title": "Example link title",
      "description": "Example link description"
    }
  ]
}