cURL
curl --request GET \ --url https://kan.bn/api/v1/workspaces/check-slug-availability \ --header 'Authorization: Bearer <token>'
{ "isAvailable": true, "isReserved": true }
Checks if a workspace slug is available
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
3 - 24
Successful response
The response is of type object.
object