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
- Send a GET request to
/en/api/documentation/register
⚠️ Ensure you include required parameters likeusername
andemail
in the query string. - Verify user input
✅ Check for valid email format and unique username. - Receive confirmation
📨 A success response (201 Created
) will include a temporary token for further actions.