Post: API Register
In this API, we register user with the AION backend using valid credentials. On successful register, we receive an successful message for registration.
Endpoint:
/auth/api/register
Input:
- Query Parameters:
- username(string, required) – A valid AION username
- password (string, required) – Corresponding password
- email (string, required) – give your email id to register
- first_name (string, required) – give your first name
- last_name (string, required) – give your surname name
Output:
- status – Indicates the status of the API response (success or error)

After Execution, we get a response like this: