API-13 — Get Profile with Valid Token Returns User Data

Profile
Backend API
API-13 — Get Profile with Valid Token Returns User Data
Published

2026-06-17

API-13 — Get Profile with Valid Token Returns User Data

Target

Backend API — Profile

Preconditions

  • A valid authentication token exists

Steps

  1. Send GET https://project6.dxtserver.com/drivelink_new/public/api/v1/profile with the auth token in the Authorization header
  2. Observe the response

Expected Result

  • HTTP 200 is returned
  • The response contains the authenticated user’s profile data (name, email, phone, etc.)