Welcome to the Register API endpoint. This guide explains how to use the /en/api/documentation/register feature to create new user accounts.

📝 Steps to Register

  1. Send a GET request to /en/api/documentation/register
    ⚠️ Ensure you include required parameters like username and email in the query string.
  2. Verify user input
    ✅ Check for valid email format and unique username.
  3. Receive confirmation
    📨 A success response (201 Created) will include a temporary token for further actions.

🌐 Related Resources

register_process
user_credentials
api_success