Flag

For instructions on how to authenticate to use this endpoint, see API overview.

Get possible values for a feature flag.

Query parameters:

  • key: The flag ID (required) Returns:

  • Array of objects with 'name' field containing possible values

Retrieve flag value values

Path parameters

  • project_id
    string

    Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Request

GET /api/projects/:project_id/flag_value/values
export POSTHOG_PERSONAL_API_KEY=[your personal api key]
curl \
-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \
<ph_app_host>/api/projects/:project_id/flag_value/values/

Response

Status 200 No response body

Community questions

Was this page useful?