Skip to main content

Validates if a segment name exists

POST 

/api/admin/segments/validate

Uses the name provided in the body of the request to validate if the given name exists or not

Request

Body

required

nameSchema

    name stringrequired

    The name of the represented object.

    Example: betaUser

Responses

This response has no body.

Loading...