Skip to main content

Validate project ID

POST 

<your-unleash-url>/api/admin/projects/validate

Validate a project ID against Unleash's rules

Request

Responses

This response has no body.

Authorization: Authorization

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

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