Get followers of a flag in a project and environment

GET
/api/v2/projects/:projectKey/flags/:featureFlagKey/environments/:environmentKey/followers

Get a list of members following a flag in a project and environment

Path parameters

projectKeystringRequired

The project key

featureFlagKeystringRequired

The feature flag key

environmentKeystringRequired

The environment key

Response

Flag followers response

itemslist of objects

An array of members who are following this flag

Errors

Built with