curl --request POST \
--url https://{tenantDomain}/api/v2/experimentation/experiments/{id}/validate \
--header 'Authorization: Bearer <token>'{
"is_valid": true,
"errors": [
{
"code": "<string>",
"message": "<string>"
}
]
}Checks whether an experiment is ready to be activated. Returns is_valid boolean and an errors array describing any blockers. Read-only; no state is modified.
curl --request POST \
--url https://{tenantDomain}/api/v2/experimentation/experiments/{id}/validate \
--header 'Authorization: Bearer <token>'{
"is_valid": true,
"errors": [
{
"code": "<string>",
"message": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the experiment to validate.
Cette page vous a-t-elle été utile ?