Experiments
Get experimentation settings
Get current experimentation settings for the given project
get/api/v2/projects/{projectKey}/experimentation-settings
Path parameters
projectKeystring string required
The project key
The project key
Response
Experimentation settings response
Example response
{
"_projectId": "12345abcde67890fghij",
"_projectKey": "project-key-123abc",
"randomizationUnits": [
{
"randomizationUnit": "user",
"default": true,
"_displayName": "User"
}
]
}