Skip to main content
GET
/
v1
/
segments
/
{segment}
:queryReferences
Queryreferences Segment
curl --request GET \
  --url https://flags.eu.confidence.dev/v1/segments/{segment}:queryReferences \
  --header 'Authorization: Bearer <token>'
{
  "segmentReferences": [
    {
      "segment": "<string>",
      "flag": "<string>",
      "workflowInstance": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

segment
string
required

Response

200 - application/json

OK

segmentReferences
object[]

Segments that reference this segment in their targeting, along with their associated flag and workflow instance if available.