Skip to main content
GET
/
auth
/
identifier-availability
Check identifier availability
curl --request GET \
  --url https://api.wacht.dev/auth/identifier-availability
{
  "available": true
}

Query Parameters

identifier
string
required

Username or email to check

type
enum<string>

Type of identifier

Available options:
username,
email

Response

Availability status

available
boolean
Example:

true