API-01 — Login with Email — Valid Credentials

Authentication
Backend API
API-01 — Login with Email — Valid Credentials
Published

2026-06-17

API-01 — Login with Email — Valid Credentials

Target

Backend API — Authentication

Preconditions

  • A registered user account exists with known email and password

Steps

  1. Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/login with valid email, password, and device fields
  2. Observe the response

Expected Result

  • HTTP 200 is returned
  • The response contains an authentication token
  • The token can be used to authenticate subsequent requests