API-13 — Get Profile with Valid Token Returns User Data
Profile
Backend API
API-13 — Get Profile with Valid Token Returns User Data
API-13 — Get Profile with Valid Token Returns User Data
Target
Backend API — Profile
Preconditions
- A valid authentication token exists
Steps
- Send GET https://project6.dxtserver.com/drivelink_new/public/api/v1/profile with the auth token in the Authorization header
- Observe the response
Expected Result
- HTTP 200 is returned
- The response contains the authenticated user’s profile data (name, email, phone, etc.)