API-04 — Register a New Account with Valid Data
Authentication
Backend API
API-04 — Register a New Account with Valid Data
API-04 — Register a New Account with Valid Data
Target
Backend API — Authentication
Preconditions
- The email and phone number are not already registered
Steps
- Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/register with all required fields (name, email, phone, password, device info)
- Observe the response
Expected Result
- HTTP 200 or 201 is returned
- A user account is created
- The response contains the user’s information and/or a token