Skip to main content

Validate a feature flag name.

POST 

https://us.app.unleash-hosted.com/ushosted/api/admin/features/validate

Validates a feature flag name: checks whether the name is URL-friendly and whether a feature with the given name already exists. Returns 200 if the feature name is compliant and unused.

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Body required
{
  "name": "my-feature-3",
  "projectId": "project-y"
}
ResponseClear

Click the Send API Request button above and see the response here!