Check username availability
Checks if the username is available for registration.
Request
POST /users/check-usernameBody application/json
| Parameter | Type | Description | Schema | Required? | Default |
|---|---|---|---|---|---|
| username | string | The username to check. Must be between 3 and 20 characters long and can only contain alphanumeric characters and underscores. | Username | Yes |
Request Sample
curl -X POST \
https://api.beautify.uz/v1/example/path \
-H 'Content-Type: application/json' \
-d '{
"id": "string"
}'backham_3223