Check Slug Availability
Space Endpoints
Check Slug Availability
Check whether a space slug is available in the project
GET
Check Slug Availability
Checks if a slug is available for use in the current project. Useful for real-time validation in space creation forms.
See also: useCheckSlugAvailability
Query Parameters
The slug to check. Must match the slug pattern (letters, numbers, hyphens, underscores).
Response
true if the slug is not in use.
