GuideLab API

Check organization name availability

Check whether an organization name is already taken. No authentication required. Used during onboarding.

GET
/organization/check-availability

Check whether an organization name is already taken. No authentication required. Used during onboarding.

Query Parameters

name?string
type?string

Response Body

application/json

curl -X GET "https://example.com/organization/check-availability"
{  "available": true,  "name": "string",  "message": "string"}
Empty
Empty