Skip to main content
POST
/
auth
/
organization
/
check-slug
Check Organization Slug
curl --request POST \
  --url https://cloud.kaneo.app/api/auth/organization/check-slug \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "slug": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
slug
string
required

The organization slug to check. Eg: "my-org"

Response

Bad Request. Usually due to missing parameters, or invalid parameters.

message
string
required