Skip to main content
GET
/
users
/
check-tag
Check username tag availability
curl --request GET \
  --url https://api.fluxer.app/v1/users/check-tag \
  --header 'Authorization: <api-key>'
{
  "taken": true
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Query Parameters

username
string
required
Required string length: 1 - 32
discriminator
string
required

The discriminator to check

Response

Success

taken
boolean
required

Whether the username/discriminator combination is already taken