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

namestring required

The name of the represented object.

Example request

{
  "name": "betaUser"
}

Response

This response has no body.

Changes

No recorded changes to this endpoint across all 7 revisions of this API.