v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
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

namestring required

The name of the represented object.

Example request

{
  "name": "betaUser"
}

Response

This response has no body.