GuideLab API

Check organization slug availability

Check whether an organization slug is already taken. Requires user authentication. Used during onboarding.

GET
/organization/check-slug

Check whether an organization slug is already taken. Requires user authentication. Used during onboarding.

Authorization

__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