GET
/
project
/
slug
curl --request GET \
  --url http://localhost:3003/project/slug
{
  "available": true
}

Query Parameters

slug
string
required

Project slug to check availability for

Response

200
application/json

Slug availability check result

available
boolean

Whether the slug is available