Check Username Availability
User Endpoints
Check Username Availability
Check if a username is available for use
GET
Check Username Availability
Check if a given username is available for use.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
The username to check for availability
Response
true if the username is available, false if it’s already takenError Responses
Missing or Invalid Username - 400 Bad Request
Missing or Invalid Username - 400 Bad Request
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- This endpoint does not require authentication.
- Only exact matches are considered (case-sensitive).

