Skip to main content
GET
/
project
/
slug
Check project slug availability
curl --request GET \
  --url https://api.basic.tech/project/slug \
  --header 'Authorization: Bearer <token>'
{
  "available": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

slug
string
required

Project slug to check availability for

Response

Slug availability check result

Slug availability check result

available
boolean

Whether the slug is available