Check organization slug availability
Check whether an organization slug is already taken. Requires user authentication. Used during onboarding.
Check whether an organization slug is already taken. Requires user authentication. Used during onboarding.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
slug?string
Response Body
application/json
curl -X GET "https://example.com/organization/check-slug"{ "available": true}Empty
Empty