Retrieve a feature flag

Retrieves the details of an existing feature flag.

GET/v3/feature-flags/{id}
JWT
featureFlag:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the feature flag.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "description": "string",
  "productId": "string"
}