Checks if a username and discriminator combination is available for registration. Returns whether the tag is taken by another user.
curl --request GET \
--url https://api.fluxer.app/v1/users/check-tag \
--header 'Authorization: <api-key>'{
"taken": true
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
1 - 32The discriminator to check
Success
Whether the username/discriminator combination is already taken
curl --request GET \
--url https://api.fluxer.app/v1/users/check-tag \
--header 'Authorization: <api-key>'{
"taken": true
}