Environments
Validates if an environment name exists
Enterprise feature
Uses the name provided in the body of the request to validate if the given name exists or not
post/api/admin/environments/validate
Request body
Example request
{
"name": "betaUser"
}Response
This response has no body.