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 \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "messages": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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.