Users


Show the Currently Authenticated User

GET /users/me

Result

{ "user": { "id": "1", "name": "John Doe", "email": "john@test.com", "clinic": "Clinic Name", "country_iso": "ES", "phone": "+34650000000" } }