Check if login is free

The GET /api/users/ByNickname API endpoint retrieves user login details based on the provided nickname. This endpoint allows the system to search for a user's account information by their nickname.

Functionality:

  • Allows retrieval of user login details by querying with a specific nickname.
  • Requires a valid bearer token for authentication.

Key Features:

  • Nickname-Based Search: Allows the retrieval of login details by providing a user's nickname.
  • Secure Access: Requires a valid bearer token, ensuring that only authorized users can access this information.
  • Error Handling: Provides clear error messages for unauthorized access or if the nickname is not found in the system.

📘

This API is useful for account recovery or management purposes, allowing users to locate their login details through their chosen nickname.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!