API-04 — Register a New Account with Valid Data

Authentication
Backend API
API-04 — Register a New Account with Valid Data
Published

2026-06-17

API-04 — Register a New Account with Valid Data

Target

Backend API — Authentication

Preconditions

  • The email and phone number are not already registered

Steps

  1. Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/register with all required fields (name, email, phone, password, device info)
  2. 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