Skip to main content
GET
Get User Profile

Overview

Returns the profile of the authenticated user. The user is identified entirely from the JWT — there is no user-id parameter, and you can only retrieve your own profile.

Authentication

string
required
Bearer <JWT> obtained from login.

Response

boolean
true on success.
object
The user’s profile.

Example Request

Example Response

Error Responses

Next Steps

Authentication

How tokens and authorization work.

Appointments

List the authenticated doctor’s appointments.