Segments
Validates if a segment name exists
Uses the name provided in the body of the request to validate if the given name exists or not
post/api/admin/segments/validate
Request body
Example request
{
"name": "betaUser"
}Response
This response has no body.