cURL
curl --request GET \ --url https://api.iolokis.com/doctor/me \ --header 'Authorization: Bearer <token>'
{ "id": 123, "email": "<string>", "first_name": "<string>", "last_name": "<string>", "clinics": { "clinics_address": "<string>", "clinics_name": "<string>" }, "specializations": "<string>", "contact_info": { "medical_license_number": "<string>", "mobile_number": "<string>", "office_number": "<string>", "website_url": "<string>" }, "free_trial_left": 123, "is_premium": true, "social_media": { "facebook_url": "<string>", "instagram_url": "<string>", "linkedin_url": "<string>", "tiktok_url": "<string>", "x_url": "<string>" }, "time_saved": 123 }
Get your account details. This information is used to personalize the experience for each doctor.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes