auth
Get current user profile
Get complete profile information for the authenticated user
get/api/auth/me
Response
Successful Response
Example response
{
"city": "Rome",
"commercial_communications_consent": true,
"country_of_residence": "Italy",
"date_of_birth": "1990-01-01",
"email": "user@example.com",
"first_name": "John",
"gender": "male",
"has_profile_photo": false,
"home_address": "Via Example 123",
"how_did_you_hear_about_us": "Social media",
"id": "123e4567-e89b-12d3-a456-426614174000",
"last_name": "Doe",
"phone": "+39 123 456 7890",
"postal_code": "00100",
"province": "RM",
"registration_reason": "WANT_TO_START_JOURNEY",
"roles": [
"patient"
],
"tax_code": "RSSMRA90A01H501X"
}