curl --request GET \
--url https://platform.versori.com/api/organisations/v1/slug/{slug}/availability{
"ok": true,
"messages": [
"<string>"
]
}GetSlugAvailability validates and returns whether the slug provided in the URL is available for use. Requests to this endpoint are purposefully slow to mitigate automated enumeration of slugs.
curl --request GET \
--url https://platform.versori.com/api/organisations/v1/slug/{slug}/availability{
"ok": true,
"messages": [
"<string>"
]
}