curl --request GET \
--url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id}/variations \
--header 'Authorization: Bearer <token>'{
"variations": [
{
"id": "<string>",
"feature_flag_id": "<string>",
"name": "<string>",
"overrides": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>"
}
]
}Retrieve all variations defined for a specific feature flag.
curl --request GET \
--url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id}/variations \
--header 'Authorization: Bearer <token>'{
"variations": [
{
"id": "<string>",
"feature_flag_id": "<string>",
"name": "<string>",
"overrides": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://auth-test.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.