Skip to main content
GET
/
slug
/
{slug}
/
availability
Get Slug Availability
curl --request GET \
  --url https://platform.versori.com/api/organisations/v1/slug/{slug}/availability
{
  "ok": true,
  "messages": [
    "<string>"
  ]
}

Path Parameters

slug
string
required

Response

OK

ok
boolean
required

OK is true if the slug is available for use, otherwise false and messages will be populated.

messages
string[]
required

Messages is a list of user-friendly messages describing the problem(s) with this slug. This will always be an empty array if the slug is available.

I