Skip to main content

Validate project ID

POST 

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

Validate a project ID against Unleash's rules

Request

Body

required

validateProjectSchema

    id stringrequired

    The project ID to validate

    Example: new-project-id

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L 'https://us.app.unleash-hosted.com/ushosted/api/admin/projects/validate' \
-H 'Content-Type: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"id": "new-project-id"
}'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Body required
{
  "id": "new-project-id"
}
ResponseClear

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