API-01 — Login with Email — Valid Credentials
Authentication
Backend API
API-01 — Login with Email — Valid Credentials
API-01 — Login with Email — Valid Credentials
Target
Backend API — Authentication
Preconditions
- A registered user account exists with known email and password
Steps
- Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/login with valid email, password, and device fields
- Observe the response
Expected Result
- HTTP 200 is returned
- The response contains an authentication token
- The token can be used to authenticate subsequent requests